#231E1D

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

Shades of Nero #231E1D

Tints of Nero #231E1D

Color information

#231E1D (or 0x231E1D) is unknown color: approx Nero. HEX triplet: 23, 1E and 1D. RGB value is (35,30,29). Sum of RGB (Red+Green+Blue) = 35+30+29=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #231E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E1D is #DCE1E2. Grayscale: #1F1F1F. Windows color (decimal): -14475747 or 1908259. OLE color: 1908259.

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

Color convert

RGB353029-
CMYK00.140.170.86
HSL10º9.38%12.55%-
HSV(B)10º17.14%13.73%-
XYZ1.381.371.36-
YUV31.38126.66130.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=37.23%
G=31.91%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35302900.140.170.86109.3812.55
Hex231E1D0E1156a9d
Octal43363501621126121115
Binary100011111101110101110100011010110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,30,29); }

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

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

 a { background-color: rgb(35,30,29); }

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

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

 span { border-color: rgb(35,30,29); }

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