Html Css Color HEX #B20048 Jazzberry Jam

📋 copy color: '#B20048'

red 178 ◦ green 0 ◦ blue 72

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

Shades of Jazzberry Jam #B20048

Tints of Jazzberry Jam #B20048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 71.2%
G = 0%
B = 28.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B20048 (or 0xB20048) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 48. RGB value is (178,0,72). Sum of RGB (Red+Green+Blue) = 178+0+72=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B20048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20048 is #4DFFB7. Grayscale: #3D3D3D. Windows color (decimal): -5111736 or 4718770. OLE color: 4718770.

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

Color convert

RGB 178 0 72 -
CMYK 0 1 0.60 0.30
HSL 335.73º 1% 0.35% -
HSV(B) 335.73º 1% 0.7% -
XYZ 19.53 9.93 7.02 -
YUV 61.43 133.97 211.15 -
System Red Green Blue C M Y K H S L
Decimal 178 0 72 0 1 0.60 0.30 335.73 1 0.35
Hex B2 0 48 0 64 3C 1E 150 64 23
Octal 262 0 110 0 144 74 36 520 144 43
Binary 10110010 0 1001000 0 1100100 111100 11110 101010000 1100100 100011

Color Harmonies of #B20048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20048

Black with #B20048

Text Example


Text Example

White with #B20048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20048; }

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

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

background-color css

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

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

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

border-color css

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

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

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