#9C0241

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

Shades of Jazzberry Jam #9C0241

Tints of Jazzberry Jam #9C0241

Color information

#9C0241 (or 0x9C0241) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 02 and 41. RGB value is (156,2,65). Sum of RGB (Red+Green+Blue) = 156+2+65=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0241 is #63FDBE. Grayscale: #373737. Windows color (decimal): -6553023 or 4260508. OLE color: 4260508.

HSL color Cylindrical-coordinate representation of color #9C0241: hue angle of 335.45º 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 #9C0241 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB156265-
CMYK00.990.580.39
HSL335.45º97.47%30.98%-
HSV(B)335.45º98.72%61.18%-
XYZ14.697.495.67-
YUV55.23133.52199.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.96%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=69.96%
G=0.90%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15626500.990.580.39335.4597.4730.98
Hex9C2410633A2714f611f
Octal23421010143724751714137
Binary1001110010100000101100011111010100111101001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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