Html Css Color HEX #B20244 Jazzberry Jam

📋 copy color: '#B20244'

red 178 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #B20244

Tints of Jazzberry Jam #B20244

RGB

 RED value IS 178 (69.92% from 255) = 71.77%

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

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

R = 71.77%
G = 0.81%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B20244 (or 0xB20244) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 44. RGB value is (178,2,68). Sum of RGB (Red+Green+Blue) = 178+2+68=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B20244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20244 is #4DFDBB. Grayscale: #3E3E3E. Windows color (decimal): -5111228 or 4457138. OLE color: 4457138.

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

Color convert

RGB 178 2 68 -
CMYK 0 0.99 0.62 0.30
HSL 337.5º 0.98% 0.35% -
HSV(B) 337.5º 0.99% 0.7% -
XYZ 19.43 9.93 6.36 -
YUV 62.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 178 2 68 0 0.99 0.62 0.30 337.5 0.98 0.35
Hex B2 2 44 0 63 3E 1E 152 62 23
Octal 262 2 104 0 143 76 36 522 142 43
Binary 10110010 10 1000100 0 1100011 111110 11110 101010010 1100010 100011

Color Harmonies of #B20244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20244

Black with #B20244

Text Example


Text Example

White with #B20244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20244; }

 p { color: rgb(178,2,68); }

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

background-color css

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

 a { background-color: rgb(178,2,68); }

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

border-color css

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

 span { border-color: rgb(178,2,68); }

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