#231E38

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

Shades of Haiti #231E38

Tints of Haiti #231E38

Color information

#231E38 (or 0x231E38) is unknown color: approx Haiti. HEX triplet: 23, 1E and 38. RGB value is (35,30,56). Sum of RGB (Red+Green+Blue) = 35+30+56=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #231E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E38 is #DCE1C7. Grayscale: #222222. Windows color (decimal): -14475720 or 3677731. OLE color: 3677731.

HSL color Cylindrical-coordinate representation of color #231E38: hue angle of 251.54º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231E38 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB353056-
CMYK0.370.4600.78
HSL251.54º30.23%16.86%-
HSV(B)251.54º46.43%21.96%-
XYZ1.871.573.95-
YUV34.46140.16128.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=28.93%
G=24.79%
B=46.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3530560.370.4600.78251.5430.2316.86
Hex231E38252E04Efc1e11
Octal433670455601163743621
Binary1000111111011100010010110111001001110111111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231E38; }

 p { color: rgb(35,30,56); }

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

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

 a { background-color: rgb(35,30,56); }

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

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

 span { border-color: rgb(35,30,56); }

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