#272020

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

Shades of Nero #272020

Tints of Nero #272020

Color information

#272020 (or 0x272020) is unknown color: approx Nero. HEX triplet: 27, 20 and 20. RGB value is (39,32,32). Sum of RGB (Red+Green+Blue) = 39+32+32=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 39 - color contains mainly: red. Hex color #272020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272020 is #D8DFDF. Grayscale: #222222. Windows color (decimal): -14213088 or 2105383. OLE color: 2105383.

HSL color Cylindrical-coordinate representation of color #272020: hue angle of 0º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #272020 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB393232-
CMYK00.180.180.85
HSL9.86%13.92%-
HSV(B)17.95%15.29%-
XYZ1.611.571.58-
YUV34.09126.82131.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.86%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=37.86%
G=31.07%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39323200.180.180.8509.8613.92
Hex27202001212550ae
Octal4740400222212501216
Binary100111100000100000010010100101010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272020; }

 p { color: rgb(39,32,32); }

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

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

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

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

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

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

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