#100E15

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

Shades of Jaguar #100E15

Tints of Jaguar #100E15

Color information

#100E15 (or 0x100E15) is unknown color: approx Jaguar. HEX triplet: 10, 0E and 15. RGB value is (16,14,21). Sum of RGB (Red+Green+Blue) = 16+14+21=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: blue. Hex color #100E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E15 is #EFF1EA. Grayscale: #0F0F0F. Windows color (decimal): -15725035 or 1379856. OLE color: 1379856.

HSL color Cylindrical-coordinate representation of color #100E15: hue angle of 257.14º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #100E15 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB161421-
CMYK0.240.3300.92
HSL257.14º20%6.86%-
HSV(B)257.14º33.33%8.24%-
XYZ0.510.480.78-
YUV15.4131.16128.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 21 (8.59% from 255) = 41.18%
R=31.37%
G=27.45%
B=41.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1614210.240.3300.92257.14206.86
Hex10E15182105C101147
Octal20162530410134401247
Binary10000111010101110001000010101110010000000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,14,21); }

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

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

 a { background-color: rgb(16,14,21); }

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

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

 span { border-color: rgb(16,14,21); }

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