#231821

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

Shades of Melanzane #231821

Tints of Melanzane #231821

Color information

#231821 (or 0x231821) is unknown color: approx Melanzane. HEX triplet: 23, 18 and 21. RGB value is (35,24,33). Sum of RGB (Red+Green+Blue) = 35+24+33=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231821 is #DCE7DE. Grayscale: #1C1C1C. Windows color (decimal): -14477279 or 2168867. OLE color: 2168867.

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

Color convert

RGB352433-
CMYK00.310.060.86
HSL310.91º18.64%11.57%-
HSV(B)310.91º31.43%13.73%-
XYZ1.291.121.59-
YUV28.32130.64132.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 33 (13.28% from 255) = 35.87%
R=38.04%
G=26.09%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35243300.310.060.86310.9118.6411.57
Hex23182101F65613713c
Octal43304103761264672314
Binary100011110001000010111111101010110100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231821; }

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

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

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

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

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

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

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

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