#302E14

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

Shades of Maire #302E14

Tints of Maire #302E14

Color information

#302E14 (or 0x302E14) is unknown color: approx Maire. HEX triplet: 30, 2E and 14. RGB value is (48,46,20). Sum of RGB (Red+Green+Blue) = 48+46+20=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #302E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E14 is #CFD1EB. Grayscale: #2B2B2B. Windows color (decimal): -13619692 or 1322544. OLE color: 1322544.

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

Color convert

RGB484620-
CMYK00.040.580.81
HSL55.71º41.18%13.33%-
HSV(B)55.71º58.33%18.82%-
XYZ2.322.631.05-
YUV43.63114.66131.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=42.11%
G=40.35%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48462000.040.580.8155.7141.1813.33
Hex302E14043A513829d
Octal6056240472121705115
Binary11000010111010100010011101010100011110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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