#231E2E

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

Shades of Haiti #231E2E

Tints of Haiti #231E2E

Color information

#231E2E (or 0x231E2E) is unknown color: approx Haiti. HEX triplet: 23, 1E and 2E. RGB value is (35,30,46). Sum of RGB (Red+Green+Blue) = 35+30+46=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #231E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E2E is #DCE1D1. Grayscale: #212121. Windows color (decimal): -14475730 or 3022371. OLE color: 3022371.

HSL color Cylindrical-coordinate representation of color #231E2E: hue angle of 258.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #231E2E is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB353046-
CMYK0.240.3500.82
HSL258.75º21.05%14.9%-
HSV(B)258.75º34.78%18.04%-
XYZ1.651.482.78-
YUV33.32135.16129.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.53%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=31.53%
G=27.03%
B=41.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3530460.240.3500.82258.7521.0514.9
Hex231E2E182305210315f
Octal433656304301224032517
Binary100011111101011101100010001101010010100000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,30,46); }

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

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

 a { background-color: rgb(35,30,46); }

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

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

 span { border-color: rgb(35,30,46); }

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