#28230B

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

Shades of Maire #28230B

Tints of Maire #28230B

Color information

#28230B (or 0x28230B) is unknown color: approx Maire. HEX triplet: 28, 23 and 0B. RGB value is (40,35,11). Sum of RGB (Red+Green+Blue) = 40+35+11=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #28230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28230B is #D7DCF4. Grayscale: #212121. Windows color (decimal): -14146805 or 729896. OLE color: 729896.

HSL color Cylindrical-coordinate representation of color #28230B: hue angle of 49.66º 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 #28230B is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB403511-
CMYK00.120.720.84
HSL49.66º56.86%10%-
HSV(B)49.66º72.5%15.69%-
XYZ1.541.680.56-
YUV33.76115.16132.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=46.51%
G=40.70%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40351100.120.720.8449.6656.8610
Hex2823B0C48543239a
Octal504313014110124627112
Binary101000100011101101100100100010101001100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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