#231E22

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

Shades of Melanzane #231E22

Tints of Melanzane #231E22

Color information

#231E22 (or 0x231E22) is unknown color: approx Melanzane. HEX triplet: 23, 1E and 22. RGB value is (35,30,34). Sum of RGB (Red+Green+Blue) = 35+30+34=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 35 - color contains mainly: red. Hex color #231E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E22 is #DCE1DD. Grayscale: #1F1F1F. Windows color (decimal): -14475742 or 2235939. OLE color: 2235939.

HSL color Cylindrical-coordinate representation of color #231E22: hue angle of 312º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #231E22 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB353034-
CMYK00.140.030.86
HSL312º7.69%12.75%-
HSV(B)312º14.29%13.73%-
XYZ1.451.41.71-
YUV31.95129.16130.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.35%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 34 (13.67% from 255) = 34.34%
R=35.35%
G=30.30%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35303400.140.030.863127.6912.75
Hex231E220E3561388d
Octal43364201631264701015
Binary100011111101000100111011101011010011100010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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