#231A21

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

Shades of Melanzane #231A21

Tints of Melanzane #231A21

Color information

#231A21 (or 0x231A21) is unknown color: approx Melanzane. HEX triplet: 23, 1A and 21. RGB value is (35,26,33). Sum of RGB (Red+Green+Blue) = 35+26+33=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #231A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A21 is #DCE5DE. Grayscale: #1D1D1D. Windows color (decimal): -14476767 or 2169379. OLE color: 2169379.

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

Color convert

RGB352633-
CMYK00.260.060.86
HSL313.33º14.75%11.96%-
HSV(B)313.33º25.71%13.73%-
XYZ1.341.211.6-
YUV29.49129.98131.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=37.23%
G=27.66%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35263300.260.060.86313.3314.7511.96
Hex231A2101A656139fc
Octal43324103261264711714
Binary10001111010100001011010110101011010011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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