#302E20

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

Shades of Maire #302E20

Tints of Maire #302E20

Color information

#302E20 (or 0x302E20) is unknown color: approx Maire. HEX triplet: 30, 2E and 20. RGB value is (48,46,32). Sum of RGB (Red+Green+Blue) = 48+46+32=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E20 is #CFD1DF. Grayscale: #2D2D2D. Windows color (decimal): -13619680 or 2108976. OLE color: 2108976.

HSL color Cylindrical-coordinate representation of color #302E20: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302E20 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB484632-
CMYK00.040.330.81
HSL52.5º20%15.69%-
HSV(B)52.5º33.33%18.82%-
XYZ2.462.691.76-
YUV45120.66130.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=38.10%
G=36.51%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48463200.040.330.8152.52015.69
Hex302E20042151341410
Octal6056400441121642420
Binary110000101110100000010010000110100011101001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,46,32); }

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

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

 a { background-color: rgb(48,46,32); }

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

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

 span { border-color: rgb(48,46,32); }

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