#0C0424

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

Shades of Jaguar #0C0424

Tints of Jaguar #0C0424

Color information

#0C0424 (or 0x0C0424) is unknown color: approx Jaguar. HEX triplet: 0C, 04 and 24. RGB value is (12,4,36). Sum of RGB (Red+Green+Blue) = 12+4+36=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 36 (14.45% from 255 or 69.23% from 52); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C0424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0424 is #F3FBDB. Grayscale: #090909. Windows color (decimal): -15989724 or 2360332. OLE color: 2360332.

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

Color convert

RGB12436-
CMYK0.670.8900.86
HSL255º80%7.84%-
HSV(B)255º88.89%14.12%-
XYZ0.510.291.7-
YUV10.04142.65129.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.08%
GREEN value IS 4 (1.95% from 255) = 7.69%
BLUE value IS 36 (14.45% from 255) = 69.23%
R=23.08%
G=7.69%
B=69.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal124360.670.8900.86255807.84
HexC4244359056ff508
Octal14444103131012637712010
Binary110010010010010000111011001010101101111111110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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