#302811

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

Shades of Maire #302811

Tints of Maire #302811

Color information

#302811 (or 0x302811) is unknown color: approx Maire. HEX triplet: 30, 28 and 11. RGB value is (48,40,17). Sum of RGB (Red+Green+Blue) = 48+40+17=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302811 is #CFD7EE. Grayscale: #272727. Windows color (decimal): -13621231 or 1124400. OLE color: 1124400.

HSL color Cylindrical-coordinate representation of color #302811: hue angle of 44.52º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302811 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB484017-
CMYK00.170.650.81
HSL44.52º47.69%12.75%-
HSV(B)44.52º64.58%18.82%-
XYZ2.082.190.84-
YUV39.77115.15133.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 40 (16.02% from 255) = 38.10%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=45.71%
G=38.10%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48401700.170.650.8144.5247.6912.75
Hex30281101141512d30d
Octal605021021101121556015
Binary11000010100010001010001100000110100011011011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302811; }

 p { color: rgb(48,40,17); }

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

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

 a { background-color: rgb(48,40,17); }

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

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

 span { border-color: rgb(48,40,17); }

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