#271E1D

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

Shades of Nero #271E1D

Tints of Nero #271E1D

Color information

#271E1D (or 0x271E1D) is unknown color: approx Nero. HEX triplet: 27, 1E and 1D. RGB value is (39,30,29). Sum of RGB (Red+Green+Blue) = 39+30+29=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 39 - color contains mainly: red. Hex color #271E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E1D is #D8E1E2. Grayscale: #202020. Windows color (decimal): -14213603 or 1908263. OLE color: 1908263.

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

Color convert

RGB393029-
CMYK00.230.260.85
HSL14.71%13.33%-
HSV(B)25.64%15.29%-
XYZ1.521.451.36-
YUV32.58125.98132.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=39.80%
G=30.61%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39302900.230.260.85614.7113.33
Hex271E1D0171A556fd
Octal4736350273212561715
Binary100111111101110101011111010101010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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