#B60352

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

Shades of Jazzberry Jam #B60352

Tints of Jazzberry Jam #B60352

Color information

#B60352 (or 0xB60352) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 03 and 52. RGB value is (182,3,82). Sum of RGB (Red+Green+Blue) = 182+3+82=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B60352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60352 is #49FCAD. Grayscale: #414141. Windows color (decimal): -4848814 or 5374902. OLE color: 5374902.

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

Color convert

RGB182382-
CMYK00.980.550.29
HSL333.52º96.76%36.27%-
HSV(B)333.52º98.35%71.37%-
XYZ20.8510.628.93-
YUV65.53137.3211.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=68.16%
G=1.12%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18238200.980.550.29333.5296.7636.27
HexB6352062371D14e6124
Octal26631220142673551614144
Binary1011011011101001001100010110111111011010011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60352; }

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

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

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

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

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

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

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

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