#231D21

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

Shades of Melanzane #231D21

Tints of Melanzane #231D21

Color information

#231D21 (or 0x231D21) is unknown color: approx Melanzane. HEX triplet: 23, 1D and 21. RGB value is (35,29,33). Sum of RGB (Red+Green+Blue) = 35+29+33=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 35 - color contains mainly: red. Hex color #231D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D21 is #DCE2DE. Grayscale: #1F1F1F. Windows color (decimal): -14475999 or 2170147. OLE color: 2170147.

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

Color convert

RGB352933-
CMYK00.170.060.86
HSL320º9.38%12.55%-
HSV(B)320º17.14%13.73%-
XYZ1.411.351.62-
YUV31.25128.99130.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=36.08%
G=29.90%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35293300.170.060.863209.3812.55
Hex231D210116561409d
Octal43354102161265001115
Binary10001111101100001010001110101011010100000010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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