#0C0520

Color #0C0520 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #0C0520

Tints of Jaguar #0C0520

Color information

#0C0520 (or 0x0C0520) is unknown color: approx Jaguar. HEX triplet: 0C, 05 and 20. RGB value is (12,5,32). Sum of RGB (Red+Green+Blue) = 12+5+32=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #0C0520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0520 is #F3FADF. Grayscale: #0A0A0A. Windows color (decimal): -15989472 or 2098444. OLE color: 2098444.

HSL color Cylindrical-coordinate representation of color #0C0520: hue angle of 255.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0520 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB12532-
CMYK0.630.8400.87
HSL255.56º72.97%7.25%-
HSV(B)255.56º84.38%12.55%-
XYZ0.470.291.4-
YUV10.17140.32129.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 32 (12.89% from 255) = 65.31%
R=24.49%
G=10.20%
B=65.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal125320.630.8400.87255.5672.977.25
HexC5203F54057100497
Octal145407712401274001117
Binary11001011000001111111010100010101111000000001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0520; }

 p { color: rgb(12,5,32); }

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

<style>
 a { background-color: #0C0520; }

 a { background-color: rgb(12,5,32); }

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

<style>
 span { border-color: #0C0520; }

 span { border-color: rgb(12,5,32); }

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