#271C1A

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

Shades of Nero #271C1A

Tints of Nero #271C1A

Color information

#271C1A (or 0x271C1A) is unknown color: approx Nero. HEX triplet: 27, 1C and 1A. RGB value is (39,28,26). Sum of RGB (Red+Green+Blue) = 39+28+26=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C1A is #D8E3E5. Grayscale: #1F1F1F. Windows color (decimal): -14214118 or 1711143. OLE color: 1711143.

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

Color convert

RGB392826-
CMYK00.280.330.85
HSL9.23º20%12.75%-
HSV(B)9.23º33.33%15.29%-
XYZ1.441.341.16-
YUV31.06125.14133.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=41.94%
G=30.11%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39282600.280.330.859.232012.75
Hex271C1A01C2155914d
Octal47343203441125112415
Binary100111111001101001110010000110101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,28,26); }

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

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

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

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

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

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

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