#960252

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

Shades of Jazzberry Jam #960252

Tints of Jazzberry Jam #960252

Color information

#960252 (or 0x960252) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 02 and 52. RGB value is (150,2,82). Sum of RGB (Red+Green+Blue) = 150+2+82=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #960252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960252 is #69FDAD. Grayscale: #373737. Windows color (decimal): -6946222 or 5374614. OLE color: 5374614.

HSL color Cylindrical-coordinate representation of color #960252: hue angle of 327.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960252 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB150282-
CMYK00.990.450.41
HSL327.57º97.37%29.8%-
HSV(B)327.57º98.67%58.82%-
XYZ14.127.148.62-
YUV55.37143.03195.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.10%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=64.10%
G=0.85%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15028200.990.450.41327.5797.3729.8
Hex962520632D29148611e
Octal22621220143555151014136
Binary1001011010101001001100011101101101001101001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960252; }

 p { color: rgb(150,2,82); }

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

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

 a { background-color: rgb(150,2,82); }

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

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

 span { border-color: rgb(150,2,82); }

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