#110A25

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

Shades of Haiti #110A25

Tints of Haiti #110A25

Color information

#110A25 (or 0x110A25) is unknown color: approx Haiti. HEX triplet: 11, 0A and 25. RGB value is (17,10,37). Sum of RGB (Red+Green+Blue) = 17+10+37=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #110A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A25 is #EEF5DA. Grayscale: #0F0F0F. Windows color (decimal): -15660507 or 2427409. OLE color: 2427409.

HSL color Cylindrical-coordinate representation of color #110A25: hue angle of 255.56º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #110A25 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB171037-
CMYK0.540.7300.85
HSL255.56º57.45%9.22%-
HSV(B)255.56º72.97%14.51%-
XYZ0.670.471.81-
YUV15.17140.32129.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.56%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 37 (14.84% from 255) = 57.81%
R=26.56%
G=15.62%
B=57.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1710370.540.7300.85255.5657.459.22
Hex11A253649055100399
Octal2112456611101254007111
Binary1000110101001011101101001001010101011000000001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A25; }

 p { color: rgb(17,10,37); }

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

<style>
 a { background-color: #110A25; }

 a { background-color: rgb(17,10,37); }

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

<style>
 span { border-color: #110A25; }

 span { border-color: rgb(17,10,37); }

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