#272221

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

Shades of Nero #272221

Tints of Nero #272221

Color information

#272221 (or 0x272221) is unknown color: approx Nero. HEX triplet: 27, 22 and 21. RGB value is (39,34,33). Sum of RGB (Red+Green+Blue) = 39+34+33=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 39 - color contains mainly: red. Hex color #272221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272221 is #D8DDDE. Grayscale: #232323. Windows color (decimal): -14212575 or 2171431. OLE color: 2171431.

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

Color convert

RGB393433-
CMYK00.130.150.85
HSL10º8.33%14.12%-
HSV(B)10º15.38%15.29%-
XYZ1.681.691.68-
YUV35.38126.66130.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=36.79%
G=32.08%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39343300.130.150.85108.3314.12
Hex2722210DF55a8e
Octal47424101517125121016
Binary1001111000101000010110111111010101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272221; }

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

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

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

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

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

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

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

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