Html Css Color HEX #B00044 Jazzberry Jam

📋 copy color: '#B00044'

red 176 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #B00044

Tints of Jazzberry Jam #B00044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.87%

R = 72.13%
G = 0%
B = 27.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B00044 (or 0xB00044) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 44. RGB value is (176,0,68). Sum of RGB (Red+Green+Blue) = 176+0+68=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B00044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00044 is #4FFFBB. Grayscale: #3C3C3C. Windows color (decimal): -5242812 or 4456624. OLE color: 4456624.

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

Color convert

RGB 176 0 68 -
CMYK 0 1 0.61 0.31
HSL 336.82º 1% 0.35% -
HSV(B) 336.82º 1% 0.69% -
XYZ 18.95 9.65 6.33 -
YUV 60.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 176 0 68 0 1 0.61 0.31 336.82 1 0.35
Hex B0 0 44 0 64 3D 1F 151 64 23
Octal 260 0 104 0 144 75 37 521 144 43
Binary 10110000 0 1000100 0 1100100 111101 11111 101010001 1100100 100011

Color Harmonies of #B00044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00044

Black with #B00044

Text Example


Text Example

White with #B00044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00044; }

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

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

background-color css

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

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

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

border-color css

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

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

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