#181332

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

Shades of Haiti #181332

Tints of Haiti #181332

Color information

#181332 (or 0x181332) is unknown color: approx Haiti. HEX triplet: 18, 13 and 32. RGB value is (24,19,50). Sum of RGB (Red+Green+Blue) = 24+19+50=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #181332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181332 is #E7ECCD. Grayscale: #171717. Windows color (decimal): -15199438 or 3281688. OLE color: 3281688.

HSL color Cylindrical-coordinate representation of color #181332: hue angle of 249.68º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181332 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB241950-
CMYK0.520.6200.80
HSL249.68º44.93%13.53%-
HSV(B)249.68º62%19.61%-
XYZ1.190.893.13-
YUV24.03142.66127.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 50 (19.92% from 255) = 53.76%
R=25.81%
G=20.43%
B=53.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2419500.520.6200.80249.6844.9313.53
Hex181332343E050fa2de
Octal302362647601203725516
Binary110001001111001011010011111001010000111110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181332; }

 p { color: rgb(24,19,50); }

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

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

 a { background-color: rgb(24,19,50); }

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

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

 span { border-color: rgb(24,19,50); }

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