#0C0815

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

Shades of Jaguar #0C0815

Tints of Jaguar #0C0815

Color information

#0C0815 (or 0x0C0815) is unknown color: approx Jaguar. HEX triplet: 0C, 08 and 15. RGB value is (12,8,21). Sum of RGB (Red+Green+Blue) = 12+8+21=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0815 is #F3F7EA. Grayscale: #0A0A0A. Windows color (decimal): -15988715 or 1378316. OLE color: 1378316.

HSL color Cylindrical-coordinate representation of color #0C0815: hue angle of 258.46º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0C0815 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB12821-
CMYK0.430.6200.92
HSL258.46º44.83%5.69%-
HSV(B)258.46º61.9%8.24%-
XYZ0.370.310.75-
YUV10.68133.83128.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 21 (8.59% from 255) = 51.22%
R=29.27%
G=19.51%
B=51.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal128210.430.6200.92258.4644.835.69
HexC8152B3E05C1022d6
Octal14102553760134402556
Binary110010001010110101111111001011100100000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,8,21); }

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

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

 a { background-color: rgb(12,8,21); }

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

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

 span { border-color: rgb(12,8,21); }

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