#28251C

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

Shades of Maire #28251C

Tints of Maire #28251C

Color information

#28251C (or 0x28251C) is unknown color: approx Maire. HEX triplet: 28, 25 and 1C. RGB value is (40,37,28). Sum of RGB (Red+Green+Blue) = 40+37+28=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 40 - color contains mainly: red. Hex color #28251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28251C is #D7DAE3. Grayscale: #242424. Windows color (decimal): -14146276 or 1844520. OLE color: 1844520.

HSL color Cylindrical-coordinate representation of color #28251C: hue angle of 45º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28251C is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB403728-
CMYK00.070.300.84
HSL45º17.65%13.33%-
HSV(B)45º30%15.69%-
XYZ1.751.861.37-
YUV36.87122.99130.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.10%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=38.10%
G=35.24%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40372800.070.300.844517.6513.33
Hex28251C071E542d12d
Octal5045340736124552215
Binary101000100101111000111111101010100101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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