#100D17

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

Shades of Haiti #100D17

Tints of Haiti #100D17

Color information

#100D17 (or 0x100D17) is unknown color: approx Haiti. HEX triplet: 10, 0D and 17. RGB value is (16,13,23). Sum of RGB (Red+Green+Blue) = 16+13+23=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #100D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D17 is #EFF2E8. Grayscale: #0E0E0E. Windows color (decimal): -15725289 or 1510672. OLE color: 1510672.

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

Color convert

RGB161323-
CMYK0.300.4300.91
HSL258º27.78%7.06%-
HSV(B)258º43.48%9.02%-
XYZ0.510.460.87-
YUV15.04132.49128.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 44.23%
R=30.77%
G=25%
B=44.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1613230.300.4300.9125827.787.06
Hex10D171E2B05B1021c7
Octal20152736530133402347
Binary10000110110111111101010110101101110000001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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