#b21e58

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

Shades of Jazzberry Jam #B21E58

Tints of Jazzberry Jam #B21E58

Color information

#B21E58 (or 0xB21E58) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 1E and 58. RGB value is (178,30,88). Sum of RGB (Red+Green+Blue) = 178+30+88=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21E58 is #4DE1A7. Grayscale: #505050. Windows color (decimal): -5104040 or 5775026. OLE color: 5775026.

HSL color Cylindrical-coordinate representation of color #B21E58: hue angle of 336.49º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21E58 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1783088-
CMYK00.830.510.30
HSL336.49º71.15%40.78%-
HSV(B)336.49º83.15%69.8%-
XYZ20.5911.110.29-
YUV80.86132.03197.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=60.14%
G=10.14%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178308800.830.510.30336.4971.1540.78
HexB21E58053331E1504729
Octal262361300123633652010751
Binary1011001011110101100001010011110011111101010100001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21e58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21e58; }

 p { color: rgb(178,30,88); }

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

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

 a { background-color: rgb(178,30,88); }

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

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

 span { border-color: rgb(178,30,88); }

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