#271E1E

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

Shades of Nero #271E1E

Tints of Nero #271E1E

Color information

#271E1E (or 0x271E1E) is unknown color: approx Nero. HEX triplet: 27, 1E and 1E. RGB value is (39,30,30). Sum of RGB (Red+Green+Blue) = 39+30+30=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 39 - color contains mainly: red. Hex color #271E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E1E is #D8E1E1. Grayscale: #202020. Windows color (decimal): -14213602 or 1973799. OLE color: 1973799.

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

Color convert

RGB393030-
CMYK00.230.230.85
HSL13.04%13.53%-
HSV(B)23.08%15.29%-
XYZ1.541.451.43-
YUV32.69126.48132.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=39.39%
G=30.30%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39303000.230.230.85013.0413.53
Hex271E1E01717550de
Octal4736360272712501516
Binary1001111111011110010111101111010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271E1E; }

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

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

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

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

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

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

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

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