Html Css Color HEX #B00362 Jazzberry Jam

📋 copy color: '#B00362'

red 176 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #B00362

Tints of Jazzberry Jam #B00362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.38%

R = 63.54%
G = 1.08%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B00362 (or 0xB00362) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 62. RGB value is (176,3,98). Sum of RGB (Red+Green+Blue) = 176+3+98=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B00362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00362 is #4FFC9D. Grayscale: #414141. Windows color (decimal): -5242014 or 6423472. OLE color: 6423472.

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

Color convert

RGB 176 3 98 -
CMYK 0 0.98 0.44 0.31
HSL 327.05º 0.97% 0.35% -
HSV(B) 327.05º 0.98% 0.69% -
XYZ 20.14 10.18 12.46 -
YUV 65.56 146.31 206.78 -
System Red Green Blue C M Y K H S L
Decimal 176 3 98 0 0.98 0.44 0.31 327.05 0.97 0.35
Hex B0 3 62 0 62 2C 1F 147 61 23
Octal 260 3 142 0 142 54 37 507 141 43
Binary 10110000 11 1100010 0 1100010 101100 11111 101000111 1100001 100011

Color Harmonies of #B00362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00362

Black with #B00362

Text Example


Text Example

White with #B00362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00362; }

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

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

background-color css

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

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

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

border-color css

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

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

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