Html Css Color HEX #B00368 Jazzberry Jam

📋 copy color: '#B00368'

red 176 ◦ green 3 ◦ blue 104

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

Shades of Jazzberry Jam #B00368

Tints of Jazzberry Jam #B00368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 62.19%
G = 1.06%
B = 36.75%

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

#B00368 (or 0xB00368) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 68. RGB value is (176,3,104). Sum of RGB (Red+Green+Blue) = 176+3+104=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B00368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00368 is #4FFC97. Grayscale: #424242. Windows color (decimal): -5242008 or 6816688. OLE color: 6816688.

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

Color convert

RGB 176 3 104 -
CMYK 0 0.98 0.41 0.31
HSL 324.97º 0.97% 0.35% -
HSV(B) 324.97º 0.98% 0.69% -
XYZ 20.44 10.29 14.01 -
YUV 66.24 149.31 206.29 -
System Red Green Blue C M Y K H S L
Decimal 176 3 104 0 0.98 0.41 0.31 324.97 0.97 0.35
Hex B0 3 68 0 62 29 1F 145 61 23
Octal 260 3 150 0 142 51 37 505 141 43
Binary 10110000 11 1101000 0 1100010 101001 11111 101000101 1100001 100011

Color Harmonies of #B00368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00368

Black with #B00368

Text Example


Text Example

White with #B00368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00368; }

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

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

background-color css

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

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

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

border-color css

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

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

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