#181338

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

Shades of Haiti #181338

Tints of Haiti #181338

Color information

#181338 (or 0x181338) is unknown color: approx Haiti. HEX triplet: 18, 13 and 38. RGB value is (24,19,56). Sum of RGB (Red+Green+Blue) = 24+19+56=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #181338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181338 is #E7ECC7. Grayscale: #181818. Windows color (decimal): -15199432 or 3674904. OLE color: 3674904.

HSL color Cylindrical-coordinate representation of color #181338: hue angle of 248.11º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #181338 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB241956-
CMYK0.570.6600.78
HSL248.11º49.33%14.71%-
HSV(B)248.11º66.07%21.96%-
XYZ1.320.953.85-
YUV24.71145.66127.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.24%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=24.24%
G=19.19%
B=56.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2419560.570.6600.78248.1149.3314.71
Hex181338394204Ef831f
Octal3023707110201163706117
Binary1100010011111000111001100001001001110111110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181338; }

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

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

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

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

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

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

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

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