#281E1D

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

Shades of Nero #281E1D

Tints of Nero #281E1D

Color information

#281E1D (or 0x281E1D) is unknown color: approx Nero. HEX triplet: 28, 1E and 1D. RGB value is (40,30,29). Sum of RGB (Red+Green+Blue) = 40+30+29=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #281E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281E1D is #D7E1E2. Grayscale: #202020. Windows color (decimal): -14148067 or 1908264. OLE color: 1908264.

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

Color convert

RGB403029-
CMYK00.250.280.84
HSL5.45º15.94%13.53%-
HSV(B)5.45º27.5%15.69%-
XYZ1.561.471.36-
YUV32.88125.81133.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=40.40%
G=30.30%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40302900.250.280.845.4515.9413.53
Hex281E1D0191C54510e
Octal5036350313412452016
Binary1010001111011101011001111001010100101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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