#302D20

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

Shades of Maire #302D20

Tints of Maire #302D20

Color information

#302D20 (or 0x302D20) is unknown color: approx Maire. HEX triplet: 30, 2D and 20. RGB value is (48,45,32). Sum of RGB (Red+Green+Blue) = 48+45+32=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D20 is #CFD2DF. Grayscale: #2C2C2C. Windows color (decimal): -13619936 or 2108720. OLE color: 2108720.

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

Color convert

RGB484532-
CMYK00.060.330.81
HSL48.75º20%15.69%-
HSV(B)48.75º33.33%18.82%-
XYZ2.422.611.74-
YUV44.42120.99130.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=38.4%
G=36%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48453200.060.330.8148.752015.69
Hex302D20062151311410
Octal6055400641121612420
Binary110000101101100000011010000110100011100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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