#272121

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

Shades of Nero #272121

Tints of Nero #272121

Color information

#272121 (or 0x272121) is unknown color: approx Nero. HEX triplet: 27, 21 and 21. RGB value is (39,33,33). Sum of RGB (Red+Green+Blue) = 39+33+33=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 39 - color contains mainly: red. Hex color #272121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272121 is #D8DEDE. Grayscale: #222222. Windows color (decimal): -14212831 or 2171175. OLE color: 2171175.

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

Color convert

RGB393333-
CMYK00.150.150.85
HSL8.33%14.12%-
HSV(B)15.38%15.29%-
XYZ1.661.631.67-
YUV34.79126.99131-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=37.14%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39333300.150.150.8508.3314.12
Hex2721210FF5508e
Octal4741410171712501016
Binary1001111000011000010111111111010101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272121; }

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

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

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

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

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

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

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

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