#100D15

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

Shades of Haiti #100D15

Tints of Haiti #100D15

Color information

#100D15 (or 0x100D15) is unknown color: approx Haiti. HEX triplet: 10, 0D and 15. RGB value is (16,13,21). Sum of RGB (Red+Green+Blue) = 16+13+21=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #100D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D15 is #EFF2EA. Grayscale: #0E0E0E. Windows color (decimal): -15725291 or 1379600. OLE color: 1379600.

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

Color convert

RGB161321-
CMYK0.240.3800.92
HSL262.5º23.53%6.67%-
HSV(B)262.5º38.1%8.24%-
XYZ0.490.450.77-
YUV14.81131.49128.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 13 (5.47% from 255) = 26%
BLUE value IS 21 (8.59% from 255) = 42%
R=32%
G=26%
B=42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1613210.240.3800.92262.523.536.67
Hex10D15182605C106187
Octal20152530460134406307
Binary10000110110101110001001100101110010000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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