#B3024A

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

Shades of Jazzberry Jam #B3024A

Tints of Jazzberry Jam #B3024A

Color information

#B3024A (or 0xB3024A) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 02 and 4A. RGB value is (179,2,74). Sum of RGB (Red+Green+Blue) = 179+2+74=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B3024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3024A is #4CFDB5. Grayscale: #3F3F3F. Windows color (decimal): -5045686 or 4850355. OLE color: 4850355.

HSL color Cylindrical-coordinate representation of color #B3024A: hue angle of 335.59º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3024A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB179274-
CMYK00.990.590.30
HSL335.59º97.79%35.49%-
HSV(B)335.59º98.88%70.2%-
XYZ19.8510.127.39-
YUV63.13134.14210.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.20%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=70.20%
G=0.78%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17927400.990.590.30335.5997.7935.49
HexB324A0633B1E1506223
Octal26321120143733652014243
Binary1011001110100101001100011111011111101010100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3024A; }

 p { color: rgb(179,2,74); }

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

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

 a { background-color: rgb(179,2,74); }

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

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

 span { border-color: rgb(179,2,74); }

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