#28261E

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

Shades of Maire #28261E

Tints of Maire #28261E

Color information

#28261E (or 0x28261E) is unknown color: approx Maire. HEX triplet: 28, 26 and 1E. RGB value is (40,38,30). Sum of RGB (Red+Green+Blue) = 40+38+30=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 40 - color contains mainly: red. Hex color #28261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28261E is #D7D9E1. Grayscale: #252525. Windows color (decimal): -14146018 or 1975848. OLE color: 1975848.

HSL color Cylindrical-coordinate representation of color #28261E: hue angle of 48º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #28261E is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB403830-
CMYK00.050.250.84
HSL48º14.29%13.73%-
HSV(B)48º25%15.69%-
XYZ1.81.931.51-
YUV37.69123.66129.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.04%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=37.04%
G=35.19%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40383000.050.250.844814.2913.73
Hex28261E05195430ee
Octal5046360531124601616
Binary10100010011011110010111001101010011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28261E; }

 p { color: rgb(40,38,30); }

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

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

 a { background-color: rgb(40,38,30); }

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

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

 span { border-color: rgb(40,38,30); }

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