#302911

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

Shades of Maire #302911

Tints of Maire #302911

Color information

#302911 (or 0x302911) is unknown color: approx Maire. HEX triplet: 30, 29 and 11. RGB value is (48,41,17). Sum of RGB (Red+Green+Blue) = 48+41+17=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302911 is #CFD6EE. Grayscale: #282828. Windows color (decimal): -13620975 or 1124656. OLE color: 1124656.

HSL color Cylindrical-coordinate representation of color #302911: hue angle of 46.45º 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 #302911 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB484117-
CMYK00.150.650.81
HSL46.45º47.69%12.75%-
HSV(B)46.45º64.58%18.82%-
XYZ2.112.250.85-
YUV40.36114.82133.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=45.28%
G=38.68%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48411700.150.650.8146.4547.6912.75
Hex3029110F41512e30d
Octal605121017101121566015
Binary1100001010011000101111100000110100011011101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302911; }

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

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

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

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

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

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

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

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