#231B1F

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

Shades of Melanzane #231B1F

Tints of Melanzane #231B1F

Color information

#231B1F (or 0x231B1F) is unknown color: approx Melanzane. HEX triplet: 23, 1B and 1F. RGB value is (35,27,31). Sum of RGB (Red+Green+Blue) = 35+27+31=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B1F is #DCE4E0. Grayscale: #1D1D1D. Windows color (decimal): -14476513 or 2038563. OLE color: 2038563.

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

Color convert

RGB352731-
CMYK00.230.110.86
HSL330º12.9%12.16%-
HSV(B)330º22.86%13.73%-
XYZ1.331.241.47-
YUV29.85128.65131.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 27 (10.94% from 255) = 29.03%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=37.63%
G=29.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35273100.230.110.8633012.912.16
Hex231B1F017B5614adc
Octal433337027131265121514
Binary10001111011111110101111011101011010100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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