#231C22

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

Shades of Melanzane #231C22

Tints of Melanzane #231C22

Color information

#231C22 (or 0x231C22) is unknown color: approx Melanzane. HEX triplet: 23, 1C and 22. RGB value is (35,28,34). Sum of RGB (Red+Green+Blue) = 35+28+34=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 35 - color contains mainly: red. Hex color #231C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C22 is #DCE3DD. Grayscale: #1E1E1E. Windows color (decimal): -14476254 or 2235427. OLE color: 2235427.

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

Color convert

RGB352834-
CMYK00.200.030.86
HSL308.57º11.11%12.35%-
HSV(B)308.57º20%13.73%-
XYZ1.41.31.69-
YUV30.78129.82131.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 34 (13.67% from 255) = 35.05%
R=36.08%
G=28.87%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35283400.200.030.86308.5711.1112.35
Hex231C22014356135bc
Octal43344202431264651314
Binary1000111110010001001010011101011010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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