#0F0C16

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

Shades of Jaguar #0F0C16

Tints of Jaguar #0F0C16

Color information

#0F0C16 (or 0x0F0C16) is unknown color: approx Jaguar. HEX triplet: 0F, 0C and 16. RGB value is (15,12,22). Sum of RGB (Red+Green+Blue) = 15+12+22=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C16 is #F0F3E9. Grayscale: #0E0E0E. Windows color (decimal): -15791082 or 1444879. OLE color: 1444879.

HSL color Cylindrical-coordinate representation of color #0F0C16: hue angle of 258º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0F0C16 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB151222-
CMYK0.320.4500.91
HSL258º29.41%6.67%-
HSV(B)258º45.45%8.63%-
XYZ0.470.420.82-
YUV14.04132.49128.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 22 (8.98% from 255) = 44.90%
R=30.61%
G=24.49%
B=44.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1512220.320.4500.9125829.416.67
HexFC16202D05B1021d7
Octal17142640550133402357
Binary11111100101101000001011010101101110000001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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