Html Css Color HEX #B21153 Jazzberry Jam

📋 copy color: '#B21153'

red 178 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #B21153

Tints of Jazzberry Jam #B21153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.12%

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

R = 64.03%
G = 6.12%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B21153 (or 0xB21153) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 53. RGB value is (178,17,83). Sum of RGB (Red+Green+Blue) = 178+17+83=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B21153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21153 is #4DEEAC. Grayscale: #484848. Windows color (decimal): -5107373 or 5444018. OLE color: 5444018.

HSL color Cylindrical-coordinate representation of color #B21153: hue angle of 335.4º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21153 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 83 -
CMYK 0 0.90 0.53 0.30
HSL 335.4º 0.83% 0.38% -
HSV(B) 335.4º 0.9% 0.7% -
XYZ 20.12 10.49 9.15 -
YUV 72.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 178 17 83 0 0.90 0.53 0.30 335.4 0.83 0.38
Hex B2 11 53 0 5A 35 1E 14F 53 26
Octal 262 21 123 0 132 65 36 517 123 46
Binary 10110010 10001 1010011 0 1011010 110101 11110 101001111 1010011 100110

Color Harmonies of #B21153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21153

Black with #B21153

Text Example


Text Example

White with #B21153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21153; }

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

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

background-color css

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

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

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

border-color css

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

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

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