Html Css Color HEX #B00367 Jazzberry Jam

📋 copy color: '#B00367'

red 176 ◦ green 3 ◦ blue 103

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

Shades of Jazzberry Jam #B00367

Tints of Jazzberry Jam #B00367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 62.41%
G = 1.06%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B00367 (or 0xB00367) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 67. RGB value is (176,3,103). Sum of RGB (Red+Green+Blue) = 176+3+103=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B00367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00367 is #4FFC98. Grayscale: #414141. Windows color (decimal): -5242009 or 6751152. OLE color: 6751152.

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

Color convert

RGB 176 3 103 -
CMYK 0 0.98 0.41 0.31
HSL 325.32º 0.97% 0.35% -
HSV(B) 325.32º 0.98% 0.69% -
XYZ 20.39 10.27 13.74 -
YUV 66.13 148.81 206.37 -
System Red Green Blue C M Y K H S L
Decimal 176 3 103 0 0.98 0.41 0.31 325.32 0.97 0.35
Hex B0 3 67 0 62 29 1F 145 61 23
Octal 260 3 147 0 142 51 37 505 141 43
Binary 10110000 11 1100111 0 1100010 101001 11111 101000101 1100001 100011

Color Harmonies of #B00367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00367

Black with #B00367

Text Example


Text Example

White with #B00367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00367; }

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

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

background-color css

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

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

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

border-color css

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

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

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