#272424

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

Shades of Nero #272424

Tints of Nero #272424

Color information

#272424 (or 0x272424) is unknown color: approx Nero. HEX triplet: 27, 24 and 24. RGB value is (39,36,36). Sum of RGB (Red+Green+Blue) = 39+36+36=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 39 - color contains mainly: red. Hex color #272424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272424 is #D8DBDB. Grayscale: #242424. Windows color (decimal): -14212060 or 2368551. OLE color: 2368551.

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

Color convert

RGB393636-
CMYK00.080.080.85
HSL4%14.71%-
HSV(B)7.69%15.29%-
XYZ1.791.821.93-
YUV36.9127.49129.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=35.14%
G=32.43%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39363600.080.080.850414.71
Hex2724240885504f
Octal474444010101250417
Binary100111100100100100010001000101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272424; }

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

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

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

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

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

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

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

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