#231F37

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

Shades of Haiti #231F37

Tints of Haiti #231F37

Color information

#231F37 (or 0x231F37) is unknown color: approx Haiti. HEX triplet: 23, 1F and 37. RGB value is (35,31,55). Sum of RGB (Red+Green+Blue) = 35+31+55=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #231F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F37 is #DCE0C8. Grayscale: #222222. Windows color (decimal): -14475465 or 3612451. OLE color: 3612451.

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

Color convert

RGB353155-
CMYK0.360.4400.78
HSL250º27.91%16.86%-
HSV(B)250º43.64%21.57%-
XYZ1.871.613.83-
YUV34.93139.33128.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 55 (21.88% from 255) = 45.45%
R=28.93%
G=25.62%
B=45.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3531550.360.4400.7825027.9116.86
Hex231F37242C04Efa1c11
Octal433767445401163723421
Binary1000111111111011110010010110001001110111110101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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