#302D11

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

Shades of Maire #302D11

Tints of Maire #302D11

Color information

#302D11 (or 0x302D11) is unknown color: approx Maire. HEX triplet: 30, 2D and 11. RGB value is (48,45,17). Sum of RGB (Red+Green+Blue) = 48+45+17=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D11 is #CFD2EE. Grayscale: #2A2A2A. Windows color (decimal): -13619951 or 1125680. OLE color: 1125680.

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

Color convert

RGB484517-
CMYK00.060.650.81
HSL54.19º47.69%12.75%-
HSV(B)54.19º64.58%18.82%-
XYZ2.262.550.9-
YUV42.7113.49131.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 45 (17.97% from 255) = 40.91%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=43.64%
G=40.91%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48451700.060.650.8154.1947.6912.75
Hex302D110641513630d
Octal60552106101121666015
Binary110000101101100010110100000110100011101101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302D11; }

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

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

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

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

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

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

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

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