#181333

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

Shades of Haiti #181333

Tints of Haiti #181333

Color information

#181333 (or 0x181333) is unknown color: approx Haiti. HEX triplet: 18, 13 and 33. RGB value is (24,19,51). Sum of RGB (Red+Green+Blue) = 24+19+51=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #181333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181333 is #E7ECCC. Grayscale: #181818. Windows color (decimal): -15199437 or 3347224. OLE color: 3347224.

HSL color Cylindrical-coordinate representation of color #181333: hue angle of 249.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #181333 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB241951-
CMYK0.530.6300.8
HSL249.38º45.71%13.73%-
HSV(B)249.38º62.75%20%-
XYZ1.210.93.24-
YUV24.14143.16127.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 51 (20.31% from 255) = 54.26%
R=25.53%
G=20.21%
B=54.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2419510.530.6300.8249.3845.7113.73
Hex181333353F050f92ee
Octal302363657701203715616
Binary110001001111001111010111111101010000111110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181333; }

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

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

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

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

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

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

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

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