#231F21

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

Shades of Melanzane #231F21

Tints of Melanzane #231F21

Color information

#231F21 (or 0x231F21) is unknown color: approx Melanzane. HEX triplet: 23, 1F and 21. RGB value is (35,31,33). Sum of RGB (Red+Green+Blue) = 35+31+33=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 35 - color contains mainly: red. Hex color #231F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F21 is #DCE0DE. Grayscale: #202020. Windows color (decimal): -14475487 or 2170659. OLE color: 2170659.

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

Color convert

RGB353133-
CMYK00.110.060.86
HSL330º6.06%12.94%-
HSV(B)330º11.43%13.73%-
XYZ1.461.451.64-
YUV32.42128.33129.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.35%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=35.35%
G=31.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35313300.110.060.863306.0612.94
Hex231F210B65614a6d
Octal4337410136126512615
Binary100011111111000010101111010101101010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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