Html Css Color HEX #181321 Haiti

📋 copy color: '#181321'

red 24 ◦ green 19 ◦ blue 33

#181321
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #181321

Tints of Haiti #181321

RGB

 RED value IS 24 (9.77% from 255) = 31.58%

 GREEN value IS 19 (7.81% from 255) = 25%

 BLUE value IS 33 (13.28% from 255) = 43.42%

R = 31.58%
G = 25%
B = 43.42%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181321 (or 0x181321) is known color: Haiti. HEX triplet: 18, 13 and 21. RGB value is (24,19,33). Sum of RGB (Red+Green+Blue) = 24+19+33=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 33 - color contains mainly: blue. Hex color #181321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181321 is #E7ECDE. Grayscale: #161616. Windows color (decimal): -15199455 or 2167576. OLE color: 2167576.

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

Color convert

RGB 24 19 33 -
CMYK 0.27 0.42 0 0.87
HSL 261.43º 0.27% 0.1% -
HSV(B) 261.43º 0.42% 0.13% -
XYZ 0.88 0.77 1.54 -
YUV 22.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 24 19 33 0.27 0.42 0 0.87 261.43 0.27 0.1
Hex 18 13 21 1B 2A 0 57 105 1B A
Octal 30 23 41 33 52 0 127 405 33 12
Binary 11000 10011 100001 11011 101010 0 1010111 100000101 11011 1010

Color Harmonies of #181321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181321

Black with #181321

Text Example


Text Example

White with #181321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181321; }

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

 H1.HeaderClassName
 {
   color: #181321;
 }
 .AnyTagClassName
 {
   color: #181321;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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