#181335

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

Shades of Haiti #181335

Tints of Haiti #181335

Color information

#181335 (or 0x181335) is unknown color: approx Haiti. HEX triplet: 18, 13 and 35. RGB value is (24,19,53). Sum of RGB (Red+Green+Blue) = 24+19+53=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #181335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181335 is #E7ECCA. Grayscale: #181818. Windows color (decimal): -15199435 or 3478296. OLE color: 3478296.

HSL color Cylindrical-coordinate representation of color #181335: hue angle of 248.82º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #181335 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB241953-
CMYK0.550.6400.79
HSL248.82º47.22%14.12%-
HSV(B)248.82º64.15%20.78%-
XYZ1.250.923.48-
YUV24.37144.16127.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 53 (21.09% from 255) = 55.21%
R=25%
G=19.79%
B=55.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2419530.550.6400.79248.8247.2214.12
Hex181335374004Ff92fe
Octal3023656710001173715716
Binary1100010011110101110111100000001001111111110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181335; }

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

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

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

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

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

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

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

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