#b42467

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

Shades of Jazzberry Jam #B42467

Tints of Jazzberry Jam #B42467

Color information

#B42467 (or 0xB42467) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 24 and 67. RGB value is (180,36,103). Sum of RGB (Red+Green+Blue) = 180+36+103=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42467 is #4BDB98. Grayscale: #565656. Windows color (decimal): -4971417 or 6759604. OLE color: 6759604.

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

Color convert

RGB18036103-
CMYK00.80.430.29
HSL332.08º66.67%42.35%-
HSV(B)332.08º80%70.59%-
XYZ21.911.9413.98-
YUV86.69137.21194.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 36 (14.45% from 255) = 11.29%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=56.43%
G=11.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803610300.80.430.29332.0866.6742.35
HexB424670502B1D14c432a
Octal264441470120533551410352
Binary10110100100100110011101010000101011111011010011001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42467; }

 p { color: rgb(180,36,103); }

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

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

 a { background-color: rgb(180,36,103); }

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

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

 span { border-color: rgb(180,36,103); }

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