#1D1829

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

Shades of Haiti #1D1829

Tints of Haiti #1D1829

Color information

#1D1829 (or 0x1D1829) is unknown color: approx Haiti. HEX triplet: 1D, 18 and 29. RGB value is (29,24,41). Sum of RGB (Red+Green+Blue) = 29+24+41=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D1829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1829 is #E2E7D6. Grayscale: #1B1B1B. Windows color (decimal): -14870487 or 2693149. OLE color: 2693149.

HSL color Cylindrical-coordinate representation of color #1D1829: hue angle of 257.65º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D1829 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB292441-
CMYK0.290.4100.84
HSL257.65º26.15%12.75%-
HSV(B)257.65º41.46%16.08%-
XYZ1.231.072.24-
YUV27.43135.66129.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 41 (16.41% from 255) = 43.62%
R=30.85%
G=25.53%
B=43.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2924410.290.4100.84257.6526.1512.75
Hex1D18291D290541021ad
Octal353051355101244023215
Binary11101110001010011110110100101010100100000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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