#B10042

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

Shades of Jazzberry Jam #B10042

Tints of Jazzberry Jam #B10042

Color information

#B10042 (or 0xB10042) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 42. RGB value is (177,0,66). Sum of RGB (Red+Green+Blue) = 177+0+66=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B10042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10042 is #4EFFBD. Grayscale: #3C3C3C. Windows color (decimal): -5177278 or 4325553. OLE color: 4325553.

HSL color Cylindrical-coordinate representation of color #B10042: hue angle of 337.63º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10042 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB177066-
CMYK010.630.31
HSL337.63º100%34.71%-
HSV(B)337.63º100%69.41%-
XYZ19.119.746.03-
YUV60.45131.14211.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=72.84%
G=0%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177066010.630.31337.6310034.71
HexB10420643F1F1526423
Octal26101020144773752214443
Binary101100010100001001100100111111111111010100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10042; }

 p { color: rgb(177,0,66); }

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

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

 a { background-color: rgb(177,0,66); }

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

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

 span { border-color: rgb(177,0,66); }

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