#231F39

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

Shades of Haiti #231F39

Tints of Haiti #231F39

Color information

#231F39 (or 0x231F39) is unknown color: approx Haiti. HEX triplet: 23, 1F and 39. RGB value is (35,31,57). Sum of RGB (Red+Green+Blue) = 35+31+57=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #231F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F39 is #DCE0C6. Grayscale: #232323. Windows color (decimal): -14475463 or 3743523. OLE color: 3743523.

HSL color Cylindrical-coordinate representation of color #231F39: hue angle of 249.23º 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 #231F39 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB353157-
CMYK0.390.4600.78
HSL249.23º29.55%17.25%-
HSV(B)249.23º45.61%22.35%-
XYZ1.921.634.08-
YUV35.16140.33127.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.46%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=28.46%
G=25.20%
B=46.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3531570.390.4600.78249.2329.5517.25
Hex231F39272E04Ef91e11
Octal433771475601163713621
Binary1000111111111100110011110111001001110111110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,31,57); }

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

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

 a { background-color: rgb(35,31,57); }

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

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

 span { border-color: rgb(35,31,57); }

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