#272120

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

Shades of Nero #272120

Tints of Nero #272120

Color information

#272120 (or 0x272120) is unknown color: approx Nero. HEX triplet: 27, 21 and 20. RGB value is (39,33,32). Sum of RGB (Red+Green+Blue) = 39+33+32=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 39 - color contains mainly: red. Hex color #272120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272120 is #D8DEDF. Grayscale: #222222. Windows color (decimal): -14212832 or 2105639. OLE color: 2105639.

HSL color Cylindrical-coordinate representation of color #272120: hue angle of 8.57º 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 #272120 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB393332-
CMYK00.150.180.85
HSL8.57º9.86%13.92%-
HSV(B)8.57º17.95%15.29%-
XYZ1.641.621.59-
YUV34.68126.49131.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=37.5%
G=31.73%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39333200.150.180.858.579.8613.92
Hex2721200F12559ae
Octal47414001722125111216
Binary10011110000110000001111100101010101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272120; }

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

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

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

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

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

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

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

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