#28201F

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

Shades of Nero #28201F

Tints of Nero #28201F

Color information

#28201F (or 0x28201F) is unknown color: approx Nero. HEX triplet: 28, 20 and 1F. RGB value is (40,32,31). Sum of RGB (Red+Green+Blue) = 40+32+31=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #28201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28201F is #D7DFE0. Grayscale: #222222. Windows color (decimal): -14147553 or 2039848. OLE color: 2039848.

HSL color Cylindrical-coordinate representation of color #28201F: hue angle of 6.67º 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 #28201F is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB403231-
CMYK00.200.220.84
HSL6.67º12.68%13.92%-
HSV(B)6.67º22.5%15.69%-
XYZ1.641.581.52-
YUV34.28126.15132.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.83%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 31 (12.5% from 255) = 30.10%
R=38.83%
G=31.07%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40323100.200.220.846.6712.6813.92
Hex28201F01416547de
Octal5040370242612471516
Binary1010001000001111101010010110101010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28201F; }

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

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

<style>
 a { background-color: #28201F; }

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

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

<style>
 span { border-color: #28201F; }

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

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