#231A1F

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

Shades of Melanzane #231A1F

Tints of Melanzane #231A1F

Color information

#231A1F (or 0x231A1F) is unknown color: approx Melanzane. HEX triplet: 23, 1A and 1F. RGB value is (35,26,31). Sum of RGB (Red+Green+Blue) = 35+26+31=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1F is #DCE5E0. Grayscale: #1D1D1D. Windows color (decimal): -14476769 or 2038307. OLE color: 2038307.

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

Color convert

RGB352631-
CMYK00.260.110.86
HSL326.67º14.75%11.96%-
HSV(B)326.67º25.71%13.73%-
XYZ1.311.21.46-
YUV29.26128.98132.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 26 (10.55% from 255) = 28.26%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=38.04%
G=28.26%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35263100.260.110.86326.6714.7511.96
Hex231A1F01AB56147fc
Octal433237032131265071714
Binary10001111010111110110101011101011010100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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