#302D1E

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

Shades of Maire #302D1E

Tints of Maire #302D1E

Color information

#302D1E (or 0x302D1E) is unknown color: approx Maire. HEX triplet: 30, 2D and 1E. RGB value is (48,45,30). Sum of RGB (Red+Green+Blue) = 48+45+30=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D1E is #CFD2E1. Grayscale: #2C2C2C. Windows color (decimal): -13619938 or 1977648. OLE color: 1977648.

HSL color Cylindrical-coordinate representation of color #302D1E: hue angle of 50º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #302D1E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB484530-
CMYK00.060.370.81
HSL50º23.08%15.29%-
HSV(B)50º37.5%18.82%-
XYZ2.392.61.6-
YUV44.19119.99130.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=39.02%
G=36.59%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48453000.060.370.815023.0815.29
Hex302D1E0625513217f
Octal6055360645121622717
Binary1100001011011111001101001011010001110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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