#231E21

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

Shades of Melanzane #231E21

Tints of Melanzane #231E21

Color information

#231E21 (or 0x231E21) is unknown color: approx Melanzane. HEX triplet: 23, 1E and 21. RGB value is (35,30,33). Sum of RGB (Red+Green+Blue) = 35+30+33=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 35 - color contains mainly: red. Hex color #231E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E21 is #DCE1DE. Grayscale: #1F1F1F. Windows color (decimal): -14475743 or 2170403. OLE color: 2170403.

HSL color Cylindrical-coordinate representation of color #231E21: hue angle of 324º 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 #231E21 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB353033-
CMYK00.140.060.86
HSL324º7.69%12.75%-
HSV(B)324º14.29%13.73%-
XYZ1.431.41.63-
YUV31.84128.66130.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=35.71%
G=30.61%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35303300.140.060.863247.6912.75
Hex231E210E6561448d
Octal43364101661265041015
Binary1000111111010000101110110101011010100010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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