#960241

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

Shades of Jazzberry Jam #960241

Tints of Jazzberry Jam #960241

Color information

#960241 (or 0x960241) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 02 and 41. RGB value is (150,2,65). Sum of RGB (Red+Green+Blue) = 150+2+65=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #960241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960241 is #69FDBE. Grayscale: #353535. Windows color (decimal): -6946239 or 4260502. OLE color: 4260502.

HSL color Cylindrical-coordinate representation of color #960241: hue angle of 334.46º 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 #960241 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB150265-
CMYK00.990.570.41
HSL334.46º97.37%29.8%-
HSV(B)334.46º98.67%58.82%-
XYZ13.556.915.62-
YUV53.43134.53196.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.12%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=69.12%
G=0.92%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15026500.990.570.41334.4697.3729.8
Hex96241063392914e611e
Octal22621010143715151614136
Binary1001011010100000101100011111001101001101001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960241; }

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

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

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

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

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

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

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

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