#28251E

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

Shades of Maire #28251E

Tints of Maire #28251E

Color information

#28251E (or 0x28251E) is unknown color: approx Maire. HEX triplet: 28, 25 and 1E. RGB value is (40,37,30). Sum of RGB (Red+Green+Blue) = 40+37+30=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 40 - color contains mainly: red. Hex color #28251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28251E is #D7DAE1. Grayscale: #252525. Windows color (decimal): -14146274 or 1975592. OLE color: 1975592.

HSL color Cylindrical-coordinate representation of color #28251E: hue angle of 42º 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 #28251E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB403730-
CMYK00.070.250.84
HSL42º14.29%13.73%-
HSV(B)42º25%15.69%-
XYZ1.771.871.5-
YUV37.1123.99130.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.38%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=37.38%
G=34.58%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40373000.070.250.844214.2913.73
Hex28251E0719542aee
Octal5045360731124521616
Binary10100010010111110011111001101010010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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