#B21668

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

Shades of Jazzberry Jam #B21668

Tints of Jazzberry Jam #B21668

Color information

#B21668 (or 0xB21668) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 16 and 68. RGB value is (178,22,104). Sum of RGB (Red+Green+Blue) = 178+22+104=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B21668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21668 is #4DE997. Grayscale: #4D4D4D. Windows color (decimal): -5106072 or 6821554. OLE color: 6821554.

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

Color convert

RGB17822104-
CMYK00.880.420.30
HSL328.46º78%39.22%-
HSV(B)328.46º87.64%69.8%-
XYZ21.1511.0414.11-
YUV77.99142.68199.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=58.55%
G=7.24%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782210400.880.420.30328.467839.22
HexB216680582A1E1484e27
Octal262261500130523651011647
Binary1011001010110110100001011000101010111101010010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21668; }

 p { color: rgb(178,22,104); }

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

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

 a { background-color: rgb(178,22,104); }

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

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

 span { border-color: rgb(178,22,104); }

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