#181521

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

Shades of Haiti #181521

Tints of Haiti #181521

Color information

#181521 (or 0x181521) is unknown color: approx Haiti. HEX triplet: 18, 15 and 21. RGB value is (24,21,33). Sum of RGB (Red+Green+Blue) = 24+21+33=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 33 - color contains mainly: blue. Hex color #181521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181521 is #E7EADE. Grayscale: #171717. Windows color (decimal): -15198943 or 2168088. OLE color: 2168088.

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

Color convert

RGB242133-
CMYK0.270.3600.87
HSL255º22.22%10.59%-
HSV(B)255º36.36%12.94%-
XYZ0.920.841.55-
YUV23.26133.49128.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 33 (13.28% from 255) = 42.31%
R=30.77%
G=26.92%
B=42.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2421330.270.3600.8725522.2210.59
Hex1815211B24057ff16b
Octal302541334401273772613
Binary1100010101100001110111001000101011111111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181521; }

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

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

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

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

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

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

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

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