#B30352

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

Shades of Jazzberry Jam #B30352

Tints of Jazzberry Jam #B30352

Color information

#B30352 (or 0xB30352) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 03 and 52. RGB value is (179,3,82). Sum of RGB (Red+Green+Blue) = 179+3+82=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B30352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30352 is #4CFCAD. Grayscale: #404040. Windows color (decimal): -5045422 or 5374899. OLE color: 5374899.

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

Color convert

RGB179382-
CMYK00.980.540.30
HSL333.07º96.7%35.69%-
HSV(B)333.07º98.32%70.2%-
XYZ20.1510.268.9-
YUV64.63137.81209.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.80%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=67.80%
G=1.14%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17938200.980.540.30333.0796.735.69
HexB3352062361E14d6124
Octal26331220142663651514144
Binary1011001111101001001100010110110111101010011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30352; }

 p { color: rgb(179,3,82); }

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

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

 a { background-color: rgb(179,3,82); }

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

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

 span { border-color: rgb(179,3,82); }

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