#B21F6D

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

Shades of Jazzberry Jam #B21F6D

Tints of Jazzberry Jam #B21F6D

Color information

#B21F6D (or 0xB21F6D) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 1F and 6D. RGB value is (178,31,109). Sum of RGB (Red+Green+Blue) = 178+31+109=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21F6D is #4DE092. Grayscale: #535353. Windows color (decimal): -5103763 or 7151538. OLE color: 7151538.

HSL color Cylindrical-coordinate representation of color #B21F6D: hue angle of 328.16º degrees, saturation: 0.7, 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 #B21F6D is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17831109-
CMYK00.830.390.30
HSL328.16º70.33%40.98%-
HSV(B)328.16º82.58%69.8%-
XYZ21.6111.5515.56-
YUV83.84142.2195.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 31 (12.5% from 255) = 9.75%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=55.97%
G=9.75%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783110900.830.390.30328.1670.3340.98
HexB21F6D053271E1484629
Octal262371550123473651010651
Binary1011001011111110110101010011100111111101010010001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21F6D; }

 p { color: rgb(178,31,109); }

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

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

 a { background-color: rgb(178,31,109); }

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

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

 span { border-color: rgb(178,31,109); }

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