Html Css Color HEX #B00042 Jazzberry Jam

📋 copy color: '#B00042'

red 176 ◦ green 0 ◦ blue 66

#B00042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B00042

Tints of Jazzberry Jam #B00042

RGB

 RED value IS 176 (69.14% from 255) = 72.73%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B00042 (or 0xB00042) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 42. RGB value is (176,0,66). Sum of RGB (Red+Green+Blue) = 176+0+66=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B00042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00042 is #4FFFBD. Grayscale: #3C3C3C. Windows color (decimal): -5242814 or 4325552. OLE color: 4325552.

HSL color Cylindrical-coordinate representation of color #B00042: hue angle of 337.5º 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 #B00042 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 0 66 -
CMYK 0 1 0.62 0.31
HSL 337.5º 1% 0.35% -
HSV(B) 337.5º 1% 0.69% -
XYZ 18.89 9.62 6.02 -
YUV 60.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 176 0 66 0 1 0.62 0.31 337.5 1 0.35
Hex B0 0 42 0 64 3E 1F 152 64 23
Octal 260 0 102 0 144 76 37 522 144 43
Binary 10110000 0 1000010 0 1100100 111110 11111 101010010 1100100 100011

Color Harmonies of #B00042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00042

Black with #B00042

Text Example


Text Example

White with #B00042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00042; }

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

 H1.HeaderClassName
 {
   color: #B00042;
 }
 .AnyTagClassName
 {
   color: #B00042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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