#1D183B

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

Shades of Haiti #1D183B

Tints of Haiti #1D183B

Color information

#1D183B (or 0x1D183B) is unknown color: approx Haiti. HEX triplet: 1D, 18 and 3B. RGB value is (29,24,59). Sum of RGB (Red+Green+Blue) = 29+24+59=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #1D183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D183B is #E2E7C4. Grayscale: #1D1D1D. Windows color (decimal): -14870469 or 3872797. OLE color: 3872797.

HSL color Cylindrical-coordinate representation of color #1D183B: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D183B is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB292459-
CMYK0.510.5900.77
HSL248.57º42.17%16.27%-
HSV(B)248.57º59.32%23.14%-
XYZ1.621.234.29-
YUV29.48144.66127.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.89%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 59 (23.44% from 255) = 52.68%
R=25.89%
G=21.43%
B=52.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2924590.510.5900.77248.5742.1716.27
Hex1D183B333B04Df92a10
Octal353073637301153715220
Binary1110111000111011110011111011010011011111100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D183B; }

 p { color: rgb(29,24,59); }

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

<style>
 a { background-color: #1D183B; }

 a { background-color: rgb(29,24,59); }

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

<style>
 span { border-color: #1D183B; }

 span { border-color: rgb(29,24,59); }

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