#231921

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

Shades of Melanzane #231921

Tints of Melanzane #231921

Color information

#231921 (or 0x231921) is unknown color: approx Melanzane. HEX triplet: 23, 19 and 21. RGB value is (35,25,33). Sum of RGB (Red+Green+Blue) = 35+25+33=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231921 is #DCE6DE. Grayscale: #1C1C1C. Windows color (decimal): -14477023 or 2169123. OLE color: 2169123.

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

Color convert

RGB352533-
CMYK00.290.060.86
HSL312º16.67%11.76%-
HSV(B)312º28.57%13.73%-
XYZ1.321.161.59-
YUV28.9130.31132.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=37.63%
G=26.88%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35253300.290.060.8631216.6711.76
Hex23192101D65613811c
Octal43314103561264702114
Binary100011110011000010111011101010110100111000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231921; }

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

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

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

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

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

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

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

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