#9C0343

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

Shades of Jazzberry Jam #9C0343

Tints of Jazzberry Jam #9C0343

Color information

#9C0343 (or 0x9C0343) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 03 and 43. RGB value is (156,3,67). Sum of RGB (Red+Green+Blue) = 156+3+67=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0343 is #63FCBC. Grayscale: #373737. Windows color (decimal): -6552765 or 4391836. OLE color: 4391836.

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

Color convert

RGB156367-
CMYK00.980.570.39
HSL334.9º96.23%31.18%-
HSV(B)334.9º98.08%61.18%-
XYZ14.767.545.99-
YUV56.04134.19199.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.03%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=69.03%
G=1.33%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15636700.980.570.39334.996.2331.18
Hex9C343062392714f601f
Octal23431030142714751714037
Binary1001110011100001101100010111001100111101001111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,3,67); }

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

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

 a { background-color: rgb(156,3,67); }

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

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

 span { border-color: rgb(156,3,67); }

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