#0D0C0F

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

Shades of Jaguar #0D0C0F

Tints of Jaguar #0D0C0F

Color information

#0D0C0F (or 0x0D0C0F) is unknown color: approx Jaguar. HEX triplet: 0D, 0C and 0F. RGB value is (13,12,15). Sum of RGB (Red+Green+Blue) = 13+12+15=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D0C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C0F is #F2F3F0. Grayscale: #0C0C0C. Windows color (decimal): -15922161 or 986125. OLE color: 986125.

HSL color Cylindrical-coordinate representation of color #0D0C0F: hue angle of 260º degrees, saturation: 0.11, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0D0C0F is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB131215-
CMYK0.130.2000.94
HSL260º11.11%5.29%-
HSV(B)260º20%5.88%-
XYZ0.380.380.51-
YUV12.64129.33128.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 32.5%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=32.5%
G=30%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1312150.130.2000.9426011.115.29
HexDCFD1405E104b5
Octal15141715240136404135
Binary110111001111110110100010111101000001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,12,15); }

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

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

 a { background-color: rgb(13,12,15); }

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

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

 span { border-color: rgb(13,12,15); }

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