#302D22

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

Shades of Maire #302D22

Tints of Maire #302D22

Color information

#302D22 (or 0x302D22) is unknown color: approx Maire. HEX triplet: 30, 2D and 22. RGB value is (48,45,34). Sum of RGB (Red+Green+Blue) = 48+45+34=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D22 is #CFD2DD. Grayscale: #2C2C2C. Windows color (decimal): -13619934 or 2239792. OLE color: 2239792.

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

Color convert

RGB484534-
CMYK00.060.290.81
HSL47.14º17.07%16.08%-
HSV(B)47.14º29.17%18.82%-
XYZ2.452.621.89-
YUV44.64121.99130.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=37.80%
G=35.43%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48453400.060.290.8147.1417.0716.08
Hex302D22061D512f1110
Octal6055420635121572120
Binary11000010110110001001101110110100011011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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