#28240B

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

Shades of Maire #28240B

Tints of Maire #28240B

Color information

#28240B (or 0x28240B) is unknown color: approx Maire. HEX triplet: 28, 24 and 0B. RGB value is (40,36,11). Sum of RGB (Red+Green+Blue) = 40+36+11=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #28240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28240B is #D7DBF4. Grayscale: #222222. Windows color (decimal): -14146549 or 730152. OLE color: 730152.

HSL color Cylindrical-coordinate representation of color #28240B: hue angle of 51.72º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28240B is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB403611-
CMYK00.100.720.84
HSL51.72º56.86%10%-
HSV(B)51.72º72.5%15.69%-
XYZ1.571.740.57-
YUV34.35114.83132.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=45.98%
G=41.38%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40361100.100.720.8451.7256.8610
Hex2824B0A48543439a
Octal504413012110124647112
Binary101000100100101101010100100010101001101001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,36,11); }

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

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

 a { background-color: rgb(40,36,11); }

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

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

 span { border-color: rgb(40,36,11); }

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