#B21A65

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

Shades of Jazzberry Jam #B21A65

Tints of Jazzberry Jam #B21A65

Color information

#B21A65 (or 0xB21A65) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 1A and 65. RGB value is (178,26,101). Sum of RGB (Red+Green+Blue) = 178+26+101=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A65 is #4DE59A. Grayscale: #4F4F4F. Windows color (decimal): -5105051 or 6625970. OLE color: 6625970.

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

Color convert

RGB17826101-
CMYK00.850.430.30
HSL330.39º74.51%40%-
HSV(B)330.39º85.39%69.8%-
XYZ21.0811.1413.35-
YUV80139.86197.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.36%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=58.36%
G=8.52%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782610100.850.430.30330.3974.5140
HexB21A650552B1E14a4b28
Octal262321450125533651211350
Binary1011001011010110010101010101101011111101010010101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21A65; }

 p { color: rgb(178,26,101); }

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

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

 a { background-color: rgb(178,26,101); }

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

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

 span { border-color: rgb(178,26,101); }

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