#2A2831

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

Shades of Haiti #2A2831

Tints of Haiti #2A2831

Color information

#2A2831 (or 0x2A2831) is unknown color: approx Haiti. HEX triplet: 2A, 28 and 31. RGB value is (42,40,49). Sum of RGB (Red+Green+Blue) = 42+40+49=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2831 is #D5D7CE. Grayscale: #292929. Windows color (decimal): -14014415 or 3221546. OLE color: 3221546.

HSL color Cylindrical-coordinate representation of color #2A2831: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2A2831 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB424049-
CMYK0.140.1800.81
HSL253.33º10.11%17.45%-
HSV(B)253.33º18.37%19.22%-
XYZ2.272.233.22-
YUV41.62132.16128.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.06%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=32.06%
G=30.53%
B=37.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4240490.140.1800.81253.3310.1117.45
Hex2A2831E12051fda11
Octal525061162201213751221
Binary1010101010001100011110100100101000111111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2831; }

 p { color: rgb(42,40,49); }

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

<style>
 a { background-color: #2A2831; }

 a { background-color: rgb(42,40,49); }

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

<style>
 span { border-color: #2A2831; }

 span { border-color: rgb(42,40,49); }

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