#302F29

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

Shades of Maire #302F29

Tints of Maire #302F29

Color information

#302F29 (or 0x302F29) is unknown color: approx Maire. HEX triplet: 30, 2F and 29. RGB value is (48,47,41). Sum of RGB (Red+Green+Blue) = 48+47+41=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 48 - color contains mainly: red. Hex color #302F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F29 is #CFD0D6. Grayscale: #2E2E2E. Windows color (decimal): -13619415 or 2699056. OLE color: 2699056.

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

Color convert

RGB484741-
CMYK00.020.150.81
HSL51.43º7.87%17.45%-
HSV(B)51.43º14.58%18.82%-
XYZ2.642.822.5-
YUV46.62124.83128.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=35.29%
G=34.56%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48474100.020.150.8151.437.8717.45
Hex302F2902F5133811
Octal6057510217121631021
Binary11000010111110100101011111010001110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,47,41); }

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

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

 a { background-color: rgb(48,47,41); }

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

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

 span { border-color: rgb(48,47,41); }

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