#302E12

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

Shades of Maire #302E12

Tints of Maire #302E12

Color information

#302E12 (or 0x302E12) is unknown color: approx Maire. HEX triplet: 30, 2E and 12. RGB value is (48,46,18). Sum of RGB (Red+Green+Blue) = 48+46+18=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E12 is #CFD1ED. Grayscale: #2B2B2B. Windows color (decimal): -13619694 or 1191472. OLE color: 1191472.

HSL color Cylindrical-coordinate representation of color #302E12: hue angle of 56º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302E12 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB484618-
CMYK00.040.630.81
HSL56º45.45%12.94%-
HSV(B)56º62.5%18.82%-
XYZ2.312.630.96-
YUV43.41113.66131.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=42.86%
G=41.07%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48461800.040.630.815645.4512.94
Hex302E12043F51382dd
Octal6056220477121705515
Binary11000010111010010010011111110100011110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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