#281F1E

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

Shades of Nero #281F1E

Tints of Nero #281F1E

Color information

#281F1E (or 0x281F1E) is unknown color: approx Nero. HEX triplet: 28, 1F and 1E. RGB value is (40,31,30). Sum of RGB (Red+Green+Blue) = 40+31+30=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 40 - color contains mainly: red. Hex color #281F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F1E is #D7E0E1. Grayscale: #212121. Windows color (decimal): -14147810 or 1974056. OLE color: 1974056.

HSL color Cylindrical-coordinate representation of color #281F1E: hue angle of 6º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #281F1E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB403130-
CMYK00.220.250.84
HSL14.29%13.73%-
HSV(B)25%15.69%-
XYZ1.61.521.44-
YUV33.58125.98132.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=39.60%
G=30.69%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40313000.220.250.84614.2913.73
Hex281F1E01619546ee
Octal5037360263112461616
Binary101000111111111001011011001101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281F1E; }

 p { color: rgb(40,31,30); }

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

<style>
 a { background-color: #281F1E; }

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

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

<style>
 span { border-color: #281F1E; }

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

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