#2D1F1F

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

Shades of Nero #2D1F1F

Tints of Nero #2D1F1F

Color information

#2D1F1F (or 0x2D1F1F) is unknown color: approx Nero. HEX triplet: 2D, 1F and 1F. RGB value is (45,31,31). Sum of RGB (Red+Green+Blue) = 45+31+31=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1F1F is #D2E0E0. Grayscale: #232323. Windows color (decimal): -13820129 or 2039597. OLE color: 2039597.

HSL color Cylindrical-coordinate representation of color #2D1F1F: hue angle of 0º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D1F1F is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.82.

Color convert

RGB453131-
CMYK00.310.310.82
HSL18.42%14.9%-
HSV(B)31.11%17.65%-
XYZ1.821.641.52-
YUV35.19125.64135-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 42.06%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=42.06%
G=28.97%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45313100.310.310.82018.4214.9
Hex2D1F1F01F1F52012f
Octal5537370373712202217
Binary10110111111111110111111111110100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D1F1F; }

 p { color: rgb(45,31,31); }

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

<style>
 a { background-color: #2D1F1F; }

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

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

<style>
 span { border-color: #2D1F1F; }

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

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