#272313

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

Shades of Maire #272313

Tints of Maire #272313

Color information

#272313 (or 0x272313) is unknown color: approx Maire. HEX triplet: 27, 23 and 13. RGB value is (39,35,19). Sum of RGB (Red+Green+Blue) = 39+35+19=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #272313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272313 is #D8DCEC. Grayscale: #222222. Windows color (decimal): -14212333 or 1254183. OLE color: 1254183.

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

Color convert

RGB393519-
CMYK00.100.510.85
HSL48º34.48%11.37%-
HSV(B)48º51.28%15.29%-
XYZ1.561.680.86-
YUV34.37119.33131.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=41.94%
G=37.63%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39351900.100.510.854834.4811.37
Hex2723130A33553022b
Octal47432301263125604213
Binary100111100011100110101011001110101011100001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272313; }

 p { color: rgb(39,35,19); }

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

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

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

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

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

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

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