Html Css Color HEX #B00241 Jazzberry Jam

📋 copy color: '#B00241'

red 176 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #B00241

Tints of Jazzberry Jam #B00241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 72.43%
G = 0.82%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B00241 (or 0xB00241) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 41. RGB value is (176,2,65). Sum of RGB (Red+Green+Blue) = 176+2+65=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B00241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00241 is #4FFDBE. Grayscale: #3D3D3D. Windows color (decimal): -5242303 or 4260528. OLE color: 4260528.

HSL color Cylindrical-coordinate representation of color #B00241: hue angle of 338.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00241 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 65 -
CMYK 0 0.99 0.63 0.31
HSL 338.28º 0.98% 0.35% -
HSV(B) 338.28º 0.99% 0.69% -
XYZ 18.88 9.66 5.87 -
YUV 61.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 176 2 65 0 0.99 0.63 0.31 338.28 0.98 0.35
Hex B0 2 41 0 63 3F 1F 152 62 23
Octal 260 2 101 0 143 77 37 522 142 43
Binary 10110000 10 1000001 0 1100011 111111 11111 101010010 1100010 100011

Color Harmonies of #B00241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00241

Black with #B00241

Text Example


Text Example

White with #B00241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00241; }

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

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

background-color css

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

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

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

border-color css

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

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

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