#231D38

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

Shades of Haiti #231D38

Tints of Haiti #231D38

Color information

#231D38 (or 0x231D38) is unknown color: approx Haiti. HEX triplet: 23, 1D and 38. RGB value is (35,29,56). Sum of RGB (Red+Green+Blue) = 35+29+56=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #231D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D38 is #DCE2C7. Grayscale: #212121. Windows color (decimal): -14475976 or 3677475. OLE color: 3677475.

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

Color convert

RGB352956-
CMYK0.370.4800.78
HSL253.33º31.76%16.67%-
HSV(B)253.33º48.21%21.96%-
XYZ1.851.523.94-
YUV33.87140.49128.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.17%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 56 (22.27% from 255) = 46.67%
R=29.17%
G=24.17%
B=46.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3529560.370.4800.78253.3331.7616.67
Hex231D38253004Efd2011
Octal433570456001163754021
Binary10001111101111000100101110000010011101111110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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