Html Css Color HEX #B21364 Jazzberry Jam

📋 copy color: '#B21364'

red 178 ◦ green 19 ◦ blue 100

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

Shades of Jazzberry Jam #B21364

Tints of Jazzberry Jam #B21364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 59.93%
G = 6.4%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B21364 (or 0xB21364) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 64. RGB value is (178,19,100). Sum of RGB (Red+Green+Blue) = 178+19+100=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B21364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21364 is #4DEC9B. Grayscale: #4B4B4B. Windows color (decimal): -5106844 or 6558642. OLE color: 6558642.

HSL color Cylindrical-coordinate representation of color #B21364: hue angle of 329.43º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21364 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 100 -
CMYK 0 0.89 0.44 0.30
HSL 329.43º 0.81% 0.39% -
HSV(B) 329.43º 0.89% 0.7% -
XYZ 20.89 10.85 13.05 -
YUV 75.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 178 19 100 0 0.89 0.44 0.30 329.43 0.81 0.39
Hex B2 13 64 0 59 2C 1E 149 51 27
Octal 262 23 144 0 131 54 36 511 121 47
Binary 10110010 10011 1100100 0 1011001 101100 11110 101001001 1010001 100111

Color Harmonies of #B21364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21364

Black with #B21364

Text Example


Text Example

White with #B21364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21364; }

 p { color: rgb(178,19,100); }

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

background-color css

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

 a { background-color: rgb(178,19,100); }

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

border-color css

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

 span { border-color: rgb(178,19,100); }

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