Html Css Color HEX #B20049 Jazzberry Jam

📋 copy color: '#B20049'

red 178 ◦ green 0 ◦ blue 73

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

Shades of Jazzberry Jam #B20049

Tints of Jazzberry Jam #B20049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 70.92%
G = 0%
B = 29.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B20049 (or 0xB20049) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 49. RGB value is (178,0,73). Sum of RGB (Red+Green+Blue) = 178+0+73=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B20049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20049 is #4DFFB6. Grayscale: #3D3D3D. Windows color (decimal): -5111735 or 4784306. OLE color: 4784306.

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

Color convert

RGB 178 0 73 -
CMYK 0 1 0.59 0.30
HSL 335.39º 1% 0.35% -
HSV(B) 335.39º 1% 0.7% -
XYZ 19.56 9.95 7.19 -
YUV 61.54 134.47 211.06 -
System Red Green Blue C M Y K H S L
Decimal 178 0 73 0 1 0.59 0.30 335.39 1 0.35
Hex B2 0 49 0 64 3B 1E 14F 64 23
Octal 262 0 111 0 144 73 36 517 144 43
Binary 10110010 0 1001001 0 1100100 111011 11110 101001111 1100100 100011

Color Harmonies of #B20049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20049

Black with #B20049

Text Example


Text Example

White with #B20049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20049; }

 p { color: rgb(178,0,73); }

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

background-color css

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

 a { background-color: rgb(178,0,73); }

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

border-color css

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

 span { border-color: rgb(178,0,73); }

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