#28251B

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

Shades of Maire #28251B

Tints of Maire #28251B

Color information

#28251B (or 0x28251B) is unknown color: approx Maire. HEX triplet: 28, 25 and 1B. RGB value is (40,37,27). Sum of RGB (Red+Green+Blue) = 40+37+27=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 40 - color contains mainly: red. Hex color #28251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28251B is #D7DAE4. Grayscale: #242424. Windows color (decimal): -14146277 or 1778984. OLE color: 1778984.

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

Color convert

RGB403727-
CMYK00.070.330.84
HSL46.15º19.4%13.14%-
HSV(B)46.15º32.5%15.69%-
XYZ1.731.851.3-
YUV36.76122.49130.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=38.46%
G=35.58%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40372700.070.330.8446.1519.413.14
Hex28251B0721542e13d
Octal5045330741124562315
Binary1010001001011101101111000011010100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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