#181334

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

Shades of Haiti #181334

Tints of Haiti #181334

Color information

#181334 (or 0x181334) is unknown color: approx Haiti. HEX triplet: 18, 13 and 34. RGB value is (24,19,52). Sum of RGB (Red+Green+Blue) = 24+19+52=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #181334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181334 is #E7ECCB. Grayscale: #181818. Windows color (decimal): -15199436 or 3412760. OLE color: 3412760.

HSL color Cylindrical-coordinate representation of color #181334: hue angle of 249.09º 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 #181334 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB241952-
CMYK0.540.6300.80
HSL249.09º46.48%13.92%-
HSV(B)249.09º63.46%20.39%-
XYZ1.230.913.36-
YUV24.26143.66127.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.26%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 52 (20.70% from 255) = 54.74%
R=25.26%
G=20%
B=54.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2419520.540.6300.80249.0946.4813.92
Hex181334363F050f92ee
Octal302364667701203715616
Binary110001001111010011011011111101010000111110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181334; }

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

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

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

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

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

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

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

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