#281F1F

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

Shades of Nero #281F1F

Tints of Nero #281F1F

Color information

#281F1F (or 0x281F1F) is unknown color: approx Nero. HEX triplet: 28, 1F and 1F. RGB value is (40,31,31). Sum of RGB (Red+Green+Blue) = 40+31+31=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 40 - color contains mainly: red. Hex color #281F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F1F is #D7E0E0. Grayscale: #212121. Windows color (decimal): -14147809 or 2039592. OLE color: 2039592.

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

Color convert

RGB403131-
CMYK00.220.220.84
HSL12.68%13.92%-
HSV(B)22.5%15.69%-
XYZ1.611.531.51-
YUV33.69126.48132.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.22%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=39.22%
G=30.39%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40313100.220.220.84012.6813.92
Hex281F1F01616540de
Octal5037370262612401516
Binary1010001111111111010110101101010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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