Html Css Color HEX #B00041 Jazzberry Jam

📋 copy color: '#B00041'

red 176 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #B00041

Tints of Jazzberry Jam #B00041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.97%

R = 73.03%
G = 0%
B = 26.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B00041 (or 0xB00041) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 41. RGB value is (176,0,65). Sum of RGB (Red+Green+Blue) = 176+0+65=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B00041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00041 is #4FFFBE. Grayscale: #3B3B3B. Windows color (decimal): -5242815 or 4260016. OLE color: 4260016.

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

Color convert

RGB 176 0 65 -
CMYK 0 1 0.63 0.31
HSL 337.84º 1% 0.35% -
HSV(B) 337.84º 1% 0.69% -
XYZ 18.86 9.61 5.86 -
YUV 60.03 130.81 210.71 -
System Red Green Blue C M Y K H S L
Decimal 176 0 65 0 1 0.63 0.31 337.84 1 0.35
Hex B0 0 41 0 64 3F 1F 152 64 23
Octal 260 0 101 0 144 77 37 522 144 43
Binary 10110000 0 1000001 0 1100100 111111 11111 101010010 1100100 100011

Color Harmonies of #B00041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00041

Black with #B00041

Text Example


Text Example

White with #B00041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00041; }

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

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

background-color css

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

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

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

border-color css

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

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

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