#0C0524

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

Shades of Jaguar #0C0524

Tints of Jaguar #0C0524

Color information

#0C0524 (or 0x0C0524) is unknown color: approx Jaguar. HEX triplet: 0C, 05 and 24. RGB value is (12,5,36). Sum of RGB (Red+Green+Blue) = 12+5+36=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C0524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0524 is #F3FADB. Grayscale: #0A0A0A. Windows color (decimal): -15989468 or 2360588. OLE color: 2360588.

HSL color Cylindrical-coordinate representation of color #0C0524: hue angle of 253.55º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0524 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB12536-
CMYK0.670.8600.86
HSL253.55º75.61%8.04%-
HSV(B)253.55º86.11%14.12%-
XYZ0.520.311.7-
YUV10.63142.32128.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.64%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 36 (14.45% from 255) = 67.92%
R=22.64%
G=9.43%
B=67.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal125360.670.8600.86253.5575.618.04
HexC5244356056fe4c8
Octal14544103126012637611410
Binary110010110010010000111010110010101101111111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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