#100D18

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

Shades of Jaguar #100D18

Tints of Jaguar #100D18

Color information

#100D18 (or 0x100D18) is unknown color: approx Jaguar. HEX triplet: 10, 0D and 18. RGB value is (16,13,24). Sum of RGB (Red+Green+Blue) = 16+13+24=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #100D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D18 is #EFF2E7. Grayscale: #0F0F0F. Windows color (decimal): -15725288 or 1576208. OLE color: 1576208.

HSL color Cylindrical-coordinate representation of color #100D18: hue angle of 256.36º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #100D18 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB161324-
CMYK0.330.4600.91
HSL256.36º29.73%7.25%-
HSV(B)256.36º45.83%9.41%-
XYZ0.520.460.93-
YUV15.15132.99128.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 13 (5.47% from 255) = 24.53%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=30.19%
G=24.53%
B=45.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1613240.330.4600.91256.3629.737.25
Hex10D18212E05B1001e7
Octal20153041560133400367
Binary100001101110001000011011100101101110000000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,13,24); }

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

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

 a { background-color: rgb(16,13,24); }

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

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

 span { border-color: rgb(16,13,24); }

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