#B42164

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

Shades of Jazzberry Jam #B42164

Tints of Jazzberry Jam #B42164

Color information

#B42164 (or 0xB42164) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 21 and 64. RGB value is (180,33,100). Sum of RGB (Red+Green+Blue) = 180+33+100=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B42164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42164 is #4BDE9B. Grayscale: #545454. Windows color (decimal): -4972188 or 6562228. OLE color: 6562228.

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

Color convert

RGB18033100-
CMYK00.820.440.29
HSL332.65º69.01%41.76%-
HSV(B)332.65º81.67%70.59%-
XYZ21.6711.7113.18-
YUV84.59136.7196.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=57.51%
G=10.54%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803310000.820.440.29332.6569.0141.76
HexB421640522C1D14d452a
Octal264411440122543551510552
Binary10110100100001110010001010010101100111011010011011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42164; }

 p { color: rgb(180,33,100); }

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

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

 a { background-color: rgb(180,33,100); }

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

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

 span { border-color: rgb(180,33,100); }

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