#100F13

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

Shades of Jaguar #100F13

Tints of Jaguar #100F13

Color information

#100F13 (or 0x100F13) is unknown color: approx Jaguar. HEX triplet: 10, 0F and 13. RGB value is (16,15,19). Sum of RGB (Red+Green+Blue) = 16+15+19=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 19 - color contains mainly: blue. Hex color #100F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F13 is #EFF0EC. Grayscale: #0F0F0F. Windows color (decimal): -15724781 or 1249040. OLE color: 1249040.

HSL color Cylindrical-coordinate representation of color #100F13: hue angle of 255º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #100F13 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB161519-
CMYK0.160.2100.93
HSL255º11.76%6.67%-
HSV(B)255º21.05%7.45%-
XYZ0.50.50.69-
YUV15.76129.83128.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 19 (7.81% from 255) = 38%
R=32%
G=30%
B=38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1615190.160.2100.9325511.766.67
Hex10F13101505Dffc7
Octal20172320250135377147
Binary10000111110011100001010101011101111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100F13; }

 p { color: rgb(16,15,19); }

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

<style>
 a { background-color: #100F13; }

 a { background-color: rgb(16,15,19); }

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

<style>
 span { border-color: #100F13; }

 span { border-color: rgb(16,15,19); }

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