#302D10

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

Shades of Maire #302D10

Tints of Maire #302D10

Color information

#302D10 (or 0x302D10) is unknown color: approx Maire. HEX triplet: 30, 2D and 10. RGB value is (48,45,16). Sum of RGB (Red+Green+Blue) = 48+45+16=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D10 is #CFD2EF. Grayscale: #2A2A2A. Windows color (decimal): -13619952 or 1060144. OLE color: 1060144.

HSL color Cylindrical-coordinate representation of color #302D10: hue angle of 54.38º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302D10 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB484516-
CMYK00.060.670.81
HSL54.38º50%12.55%-
HSV(B)54.38º66.67%18.82%-
XYZ2.252.540.86-
YUV42.59112.99131.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 45 (17.97% from 255) = 41.28%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=44.04%
G=41.28%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48451600.060.670.8154.385012.55
Hex302D100643513632d
Octal60552006103121666215
Binary110000101101100000110100001110100011101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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