Html Css Color HEX #B00370 Jazzberry Jam

📋 copy color: '#B00370'

red 176 ◦ green 3 ◦ blue 112

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

Shades of Jazzberry Jam #B00370

Tints of Jazzberry Jam #B00370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 60.48%
G = 1.03%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B00370 (or 0xB00370) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 70. RGB value is (176,3,112). Sum of RGB (Red+Green+Blue) = 176+3+112=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B00370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00370 is #4FFC8F. Grayscale: #424242. Windows color (decimal): -5242000 or 7340976. OLE color: 7340976.

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

Color convert

RGB 176 3 112 -
CMYK 0 0.98 0.36 0.31
HSL 322.2º 0.97% 0.35% -
HSV(B) 322.2º 0.98% 0.69% -
XYZ 20.86 10.47 16.25 -
YUV 67.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 176 3 112 0 0.98 0.36 0.31 322.2 0.97 0.35
Hex B0 3 70 0 62 24 1F 142 61 23
Octal 260 3 160 0 142 44 37 502 141 43
Binary 10110000 11 1110000 0 1100010 100100 11111 101000010 1100001 100011

Color Harmonies of #B00370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00370

Black with #B00370

Text Example


Text Example

White with #B00370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00370; }

 p { color: rgb(176,3,112); }

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

background-color css

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

 a { background-color: rgb(176,3,112); }

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

border-color css

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

 span { border-color: rgb(176,3,112); }

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