#b42269

Color #B42269 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B42269

Tints of Jazzberry Jam #B42269

Color information

#B42269 (or 0xB42269) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 22 and 69. RGB value is (180,34,105). Sum of RGB (Red+Green+Blue) = 180+34+105=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42269 is #4BDD96. Grayscale: #555555. Windows color (decimal): -4971927 or 6890164. OLE color: 6890164.

HSL color Cylindrical-coordinate representation of color #B42269: hue angle of 330.82º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42269 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18034105-
CMYK00.810.420.29
HSL330.82º68.22%41.96%-
HSV(B)330.82º81.11%70.59%-
XYZ21.9411.8714.5-
YUV85.75138.87195.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=56.43%
G=10.66%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803410500.810.420.29330.8268.2241.96
HexB422690512A1D14b442a
Octal264421510121523551310452
Binary10110100100010110100101010001101010111011010010111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42269; }

 p { color: rgb(180,34,105); }

 H1.HeaderClassName
 {
   color: #b42269;
 }
 .AnyTagClassName
 {
   color: #b42269;
 }
</style>
background-color css

<style>
 a { background-color: #b42269; }

 a { background-color: rgb(180,34,105); }

 div.DivClassName
 {
   background-color: #b42269;
 }
 .BgClassName
 {
   background-color: #b42269;
 }
</style>
border-color css

<style>
 span { border-color: #b42269; }

 span { border-color: rgb(180,34,105); }

 td.TdClassName
 {
   border-color: #b42269;
 }
 .TagClassName
 {
   border-color: #b42269;
 }
</style>