Html Css Color HEX #B20353 Jazzberry Jam

📋 copy color: '#B20353'

red 178 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #B20353

Tints of Jazzberry Jam #B20353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 67.42%
G = 1.14%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B20353 (or 0xB20353) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 53. RGB value is (178,3,83). Sum of RGB (Red+Green+Blue) = 178+3+83=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B20353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20353 is #4DFCAC. Grayscale: #404040. Windows color (decimal): -5110957 or 5440434. OLE color: 5440434.

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

Color convert

RGB 178 3 83 -
CMYK 0 0.98 0.53 0.30
HSL 332.57º 0.97% 0.35% -
HSV(B) 332.57º 0.98% 0.7% -
XYZ 19.95 10.15 9.09 -
YUV 64.45 138.48 209 -
System Red Green Blue C M Y K H S L
Decimal 178 3 83 0 0.98 0.53 0.30 332.57 0.97 0.35
Hex B2 3 53 0 62 35 1E 14D 61 23
Octal 262 3 123 0 142 65 36 515 141 43
Binary 10110010 11 1010011 0 1100010 110101 11110 101001101 1100001 100011

Color Harmonies of #B20353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20353

Black with #B20353

Text Example


Text Example

White with #B20353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20353; }

 p { color: rgb(178,3,83); }

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

background-color css

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

 a { background-color: rgb(178,3,83); }

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

border-color css

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

 span { border-color: rgb(178,3,83); }

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