#281D1B

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

Shades of Nero #281D1B

Tints of Nero #281D1B

Color information

#281D1B (or 0x281D1B) is unknown color: approx Nero. HEX triplet: 28, 1D and 1B. RGB value is (40,29,27). Sum of RGB (Red+Green+Blue) = 40+29+27=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #281D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281D1B is #D7E2E4. Grayscale: #202020. Windows color (decimal): -14148325 or 1776936. OLE color: 1776936.

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

Color convert

RGB402927-
CMYK00.280.330.84
HSL9.23º19.4%13.14%-
HSV(B)9.23º32.5%15.69%-
XYZ1.511.411.23-
YUV32.06125.14133.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=41.67%
G=30.21%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40292700.280.330.849.2319.413.14
Hex281D1B01C2154913d
Octal50353303441124112315
Binary101000111011101101110010000110101001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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