#2E270F

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

Shades of Maire #2E270F

Tints of Maire #2E270F

Color information

#2E270F (or 0x2E270F) is unknown color: approx Maire. HEX triplet: 2E, 27 and 0F. RGB value is (46,39,15). Sum of RGB (Red+Green+Blue) = 46+39+15=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E270F is #D1D8F0. Grayscale: #262626. Windows color (decimal): -13752561 or 993070. OLE color: 993070.

HSL color Cylindrical-coordinate representation of color #2E270F: hue angle of 46.45º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E270F is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB463915-
CMYK00.150.670.82
HSL46.45º50.82%11.96%-
HSV(B)46.45º67.39%18.04%-
XYZ1.942.070.75-
YUV38.36114.82133.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46%
GREEN value IS 39 (15.62% from 255) = 39%
BLUE value IS 15 (6.25% from 255) = 15%
R=46%
G=39%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46391500.150.670.8246.4550.8211.96
Hex2E27F0F43522e33c
Octal564717017103122566314
Binary101110100111111101111100001110100101011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E270F; }

 p { color: rgb(46,39,15); }

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

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

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

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

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

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

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