#231D1D

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

Shades of Nero #231D1D

Tints of Nero #231D1D

Color information

#231D1D (or 0x231D1D) is unknown color: approx Nero. HEX triplet: 23, 1D and 1D. RGB value is (35,29,29). Sum of RGB (Red+Green+Blue) = 35+29+29=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D1D is #DCE2E2. Grayscale: #1E1E1E. Windows color (decimal): -14476003 or 1908003. OLE color: 1908003.

HSL color Cylindrical-coordinate representation of color #231D1D: hue angle of 0º 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 #231D1D is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB352929-
CMYK00.170.170.86
HSL9.38%12.55%-
HSV(B)17.14%13.73%-
XYZ1.351.321.35-
YUV30.79126.99131-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 29 (11.72% from 255) = 31.18%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=37.63%
G=31.18%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35292900.170.170.8609.3812.55
Hex231D1D011115609d
Octal4335350212112601115
Binary1000111110111101010001100011010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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