#100D19

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

Shades of Jaguar #100D19

Tints of Jaguar #100D19

Color information

#100D19 (or 0x100D19) is unknown color: approx Jaguar. HEX triplet: 10, 0D and 19. RGB value is (16,13,25). Sum of RGB (Red+Green+Blue) = 16+13+25=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #100D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D19 is #EFF2E6. Grayscale: #0F0F0F. Windows color (decimal): -15725287 or 1641744. OLE color: 1641744.

HSL color Cylindrical-coordinate representation of color #100D19: hue angle of 255º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #100D19 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB161325-
CMYK0.360.4800.90
HSL255º31.58%7.45%-
HSV(B)255º48%9.8%-
XYZ0.530.470.98-
YUV15.26133.49128.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.63%
GREEN value IS 13 (5.47% from 255) = 24.07%
BLUE value IS 25 (10.16% from 255) = 46.30%
R=29.63%
G=24.07%
B=46.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1613250.360.4800.9025531.587.45
Hex10D19243005Aff207
Octal20153144600132377407
Binary100001101110011001001100000101101011111111100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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