#9C023F

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

Shades of Jazzberry Jam #9C023F

Tints of Jazzberry Jam #9C023F

Color information

#9C023F (or 0x9C023F) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 02 and 3F. RGB value is (156,2,63). Sum of RGB (Red+Green+Blue) = 156+2+63=221 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.59% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 156 - color contains mainly: red. Hex color #9C023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C023F is #63FDC0. Grayscale: #363636. Windows color (decimal): -6553025 or 4129436. OLE color: 4129436.

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

Color convert

RGB156263-
CMYK00.990.600.39
HSL336.23º97.47%30.98%-
HSV(B)336.23º98.72%61.18%-
XYZ14.637.475.37-
YUV55132.52200.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.59%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 63 (25% from 255) = 28.51%
R=70.59%
G=0.90%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15626300.990.600.39336.2397.4730.98
Hex9C23F0633C27150611f
Octal2342770143744752014137
Binary100111001011111101100011111100100111101010000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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