#9C0341

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

Shades of Jazzberry Jam #9C0341

Tints of Jazzberry Jam #9C0341

Color information

#9C0341 (or 0x9C0341) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 03 and 41. RGB value is (156,3,65). Sum of RGB (Red+Green+Blue) = 156+3+65=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0341 is #63FCBE. Grayscale: #373737. Windows color (decimal): -6552767 or 4260764. OLE color: 4260764.

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

Color convert

RGB156365-
CMYK00.980.580.39
HSL335.69º96.23%31.18%-
HSV(B)335.69º98.08%61.18%-
XYZ14.77.515.68-
YUV55.82133.19199.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.64%
GREEN value IS 3 (1.56% from 255) = 1.34%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=69.64%
G=1.34%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15636500.980.580.39335.6996.2331.18
Hex9C3410623A27150601f
Octal23431010142724752014037
Binary1001110011100000101100010111010100111101010000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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