#0F0D14

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

Shades of Jaguar #0F0D14

Tints of Jaguar #0F0D14

Color information

#0F0D14 (or 0x0F0D14) is unknown color: approx Jaguar. HEX triplet: 0F, 0D and 14. RGB value is (15,13,20). Sum of RGB (Red+Green+Blue) = 15+13+20=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F0D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D14 is #F0F2EB. Grayscale: #0E0E0E. Windows color (decimal): -15790828 or 1314063. OLE color: 1314063.

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

Color convert

RGB151320-
CMYK0.250.3500.92
HSL257.14º21.21%6.47%-
HSV(B)257.14º35%7.84%-
XYZ0.470.440.72-
YUV14.4131.16128.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 20 (8.20% from 255) = 41.67%
R=31.25%
G=27.08%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1513200.250.3500.92257.1421.216.47
HexFD14192305C101156
Octal17152431430134401256
Binary1111110110100110011000110101110010000000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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