#B42165

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

Shades of Jazzberry Jam #B42165

Tints of Jazzberry Jam #B42165

Color information

#B42165 (or 0xB42165) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 21 and 65. RGB value is (180,33,101). Sum of RGB (Red+Green+Blue) = 180+33+101=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B42165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42165 is #4BDE9A. Grayscale: #545454. Windows color (decimal): -4972187 or 6627764. OLE color: 6627764.

HSL color Cylindrical-coordinate representation of color #B42165: hue angle of 332.24º 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 #B42165 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18033101-
CMYK00.820.440.29
HSL332.24º69.01%41.76%-
HSV(B)332.24º81.67%70.59%-
XYZ21.7211.7313.43-
YUV84.7137.2195.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 33 (13.28% from 255) = 10.51%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=57.32%
G=10.51%
B=32.17%

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
Decimal1803310100.820.440.29332.2469.0141.76
HexB421650522C1D14c452a
Octal264411450122543551410552
Binary10110100100001110010101010010101100111011010011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42165; }

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

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

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

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

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

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

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

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