#231D37

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

Shades of Haiti #231D37

Tints of Haiti #231D37

Color information

#231D37 (or 0x231D37) is unknown color: approx Haiti. HEX triplet: 23, 1D and 37. RGB value is (35,29,55). Sum of RGB (Red+Green+Blue) = 35+29+55=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #231D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D37 is #DCE2C8. Grayscale: #212121. Windows color (decimal): -14475977 or 3611939. OLE color: 3611939.

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

Color convert

RGB352955-
CMYK0.360.4700.78
HSL253.85º30.95%16.47%-
HSV(B)253.85º47.27%21.57%-
XYZ1.821.513.81-
YUV33.76139.99128.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.41%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 55 (21.88% from 255) = 46.22%
R=29.41%
G=24.37%
B=46.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3529550.360.4700.78253.8530.9516.47
Hex231D37242F04Efe1f10
Octal433567445701163763720
Binary1000111110111011110010010111101001110111111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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