Html Css Color HEX #181334 Haiti

📋 copy color: '#181334'

red 24 ◦ green 19 ◦ blue 52

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

Shades of Haiti #181334

Tints of Haiti #181334

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.7% from 255) = 54.74%

R = 25.26%
G = 20%
B = 54.74%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#181334 (or 0x181334) is known color: 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

RGB 24 19 52 -
CMYK 0.54 0.63 0 0.80
HSL 249.09º 0.46% 0.14% -
HSV(B) 249.09º 0.63% 0.2% -
XYZ 1.23 0.91 3.36 -
YUV 24.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 24 19 52 0.54 0.63 0 0.80 249.09 0.46 0.14
Hex 18 13 34 36 3F 0 50 F9 2E E
Octal 30 23 64 66 77 0 120 371 56 16
Binary 11000 10011 110100 110110 111111 0 1010000 11111001 101110 1110

Color Harmonies of #181334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181334

Black with #181334

Text Example


Text Example

White with #181334

Text Example


Text Example

HTML Codes & Css Web 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>