#17112D

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

Shades of Haiti #17112D

Tints of Haiti #17112D

Color information

#17112D (or 0x17112D) is unknown color: approx Haiti. HEX triplet: 17, 11 and 2D. RGB value is (23,17,45). Sum of RGB (Red+Green+Blue) = 23+17+45=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #17112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17112D is #E8EED2. Grayscale: #151515. Windows color (decimal): -15265491 or 2953495. OLE color: 2953495.

HSL color Cylindrical-coordinate representation of color #17112D: hue angle of 252.86º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #17112D is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB231745-
CMYK0.490.6200.82
HSL252.86º45.16%12.16%-
HSV(B)252.86º62.22%17.65%-
XYZ1.030.772.58-
YUV21.99140.99128.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 27.06%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 45 (17.97% from 255) = 52.94%
R=27.06%
G=20%
B=52.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2317450.490.6200.82252.8645.1612.16
Hex17112D313E052fd2dc
Octal272155617601223755514
Binary101111000110110111000111111001010010111111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17112D; }

 p { color: rgb(23,17,45); }

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

<style>
 a { background-color: #17112D; }

 a { background-color: rgb(23,17,45); }

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

<style>
 span { border-color: #17112D; }

 span { border-color: rgb(23,17,45); }

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