#2E250C

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

Shades of Maire #2E250C

Tints of Maire #2E250C

Color information

#2E250C (or 0x2E250C) is unknown color: approx Maire. HEX triplet: 2E, 25 and 0C. RGB value is (46,37,12). Sum of RGB (Red+Green+Blue) = 46+37+12=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E250C is #D1DAF3. Grayscale: #242424. Windows color (decimal): -13753076 or 795950. OLE color: 795950.

HSL color Cylindrical-coordinate representation of color #2E250C: hue angle of 44.12º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E250C is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB463712-
CMYK00.200.740.82
HSL44.12º58.62%11.37%-
HSV(B)44.12º73.91%18.04%-
XYZ1.851.930.62-
YUV36.84113.98134.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 48.42%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=48.42%
G=38.95%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46371200.200.740.8244.1258.6211.37
Hex2E25C0144A522c3bb
Octal564514024112122547313
Binary1011101001011100010100100101010100101011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,12); }

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

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

 a { background-color: rgb(46,37,12); }

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

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

 span { border-color: rgb(46,37,12); }

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