#181421

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

Shades of Haiti #181421

Tints of Haiti #181421

Color information

#181421 (or 0x181421) is unknown color: approx Haiti. HEX triplet: 18, 14 and 21. RGB value is (24,20,33). Sum of RGB (Red+Green+Blue) = 24+20+33=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #181421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181421 is #E7EBDE. Grayscale: #161616. Windows color (decimal): -15199199 or 2167832. OLE color: 2167832.

HSL color Cylindrical-coordinate representation of color #181421: hue angle of 258.46º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #181421 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB242033-
CMYK0.270.3900.87
HSL258.46º24.53%10.39%-
HSV(B)258.46º39.39%12.94%-
XYZ0.90.81.55-
YUV22.68133.83128.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 33 (13.28% from 255) = 42.86%
R=31.17%
G=25.97%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2420330.270.3900.87258.4624.5310.39
Hex1814211B2705710219a
Octal302441334701274023112
Binary11000101001000011101110011101010111100000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181421; }

 p { color: rgb(24,20,33); }

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

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

 a { background-color: rgb(24,20,33); }

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

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

 span { border-color: rgb(24,20,33); }

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