#9C0240

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

Shades of Jazzberry Jam #9C0240

Tints of Jazzberry Jam #9C0240

Color information

#9C0240 (or 0x9C0240) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 02 and 40. RGB value is (156,2,64). Sum of RGB (Red+Green+Blue) = 156+2+64=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0240 is #63FDBF. Grayscale: #373737. Windows color (decimal): -6553024 or 4194972. OLE color: 4194972.

HSL color Cylindrical-coordinate representation of color #9C0240: hue angle of 335.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0240 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB156264-
CMYK00.990.590.39
HSL335.84º97.47%30.98%-
HSV(B)335.84º98.72%61.18%-
XYZ14.667.485.52-
YUV55.11133.02199.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.27%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=70.27%
G=0.90%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15626400.990.590.39335.8497.4730.98
Hex9C2400633B27150611f
Octal23421000143734752014137
Binary1001110010100000001100011111011100111101010000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C0240; }

 p { color: rgb(156,2,64); }

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

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

 a { background-color: rgb(156,2,64); }

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

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

 span { border-color: rgb(156,2,64); }

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