#B21C5A

Color #B21C5A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B21C5A

Tints of Jazzberry Jam #B21C5A

Color information

#B21C5A (or 0xB21C5A) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 1C and 5A. RGB value is (178,28,90). Sum of RGB (Red+Green+Blue) = 178+28+90=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C5A is #4DE3A5. Grayscale: #4F4F4F. Windows color (decimal): -5104550 or 5905586. OLE color: 5905586.

HSL color Cylindrical-coordinate representation of color #B21C5A: hue angle of 335.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C5A is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1782890-
CMYK00.840.490.30
HSL335.2º72.82%40.39%-
HSV(B)335.2º84.27%69.8%-
XYZ20.6211.0310.72-
YUV79.92133.7197.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=60.14%
G=9.46%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178289000.840.490.30335.272.8240.39
HexB21C5A054311E14f4928
Octal262341320124613651711150
Binary1011001011100101101001010100110001111101010011111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21C5A; }

 p { color: rgb(178,28,90); }

 H1.HeaderClassName
 {
   color: #B21C5A;
 }
 .AnyTagClassName
 {
   color: #B21C5A;
 }
</style>
background-color css

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

 a { background-color: rgb(178,28,90); }

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

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

 span { border-color: rgb(178,28,90); }

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