#181325

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

Shades of Haiti #181325

Tints of Haiti #181325

Color information

#181325 (or 0x181325) is unknown color: approx Haiti. HEX triplet: 18, 13 and 25. RGB value is (24,19,37). Sum of RGB (Red+Green+Blue) = 24+19+37=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #181325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181325 is #E7ECDA. Grayscale: #161616. Windows color (decimal): -15199451 or 2429720. OLE color: 2429720.

HSL color Cylindrical-coordinate representation of color #181325: hue angle of 256.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #181325 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB241937-
CMYK0.350.4900.85
HSL256.67º32.14%10.98%-
HSV(B)256.67º48.65%14.51%-
XYZ0.940.791.85-
YUV22.55136.16129.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=30%
G=23.75%
B=46.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2419370.350.4900.85256.6732.1410.98
Hex181325233105510120b
Octal302345436101254014013
Binary1100010011100101100011110001010101011000000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181325; }

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

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

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

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

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

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

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

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