#312E38

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

Shades of Haiti #312E38

Tints of Haiti #312E38

Color information

#312E38 (or 0x312E38) is unknown color: approx Haiti. HEX triplet: 31, 2E and 38. RGB value is (49,46,56). Sum of RGB (Red+Green+Blue) = 49+46+56=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 56 - color contains mainly: blue. Hex color #312E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E38 is #CED1C7. Grayscale: #303030. Windows color (decimal): -13554120 or 3681841. OLE color: 3681841.

HSL color Cylindrical-coordinate representation of color #312E38: hue angle of 258º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #312E38 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB494656-
CMYK0.120.1800.78
HSL258º9.8%20%-
HSV(B)258º17.86%21.96%-
XYZ2.962.894.14-
YUV48.04132.49128.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 56 (22.27% from 255) = 37.09%
R=32.45%
G=30.46%
B=37.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4946560.120.1800.782589.820
Hex312E38C1204E102a14
Octal615670142201164021224
Binary11000110111011100011001001001001110100000010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,46,56); }

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

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

 a { background-color: rgb(49,46,56); }

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

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

 span { border-color: rgb(49,46,56); }

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