#302E16

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

Shades of Maire #302E16

Tints of Maire #302E16

Color information

#302E16 (or 0x302E16) is unknown color: approx Maire. HEX triplet: 30, 2E and 16. RGB value is (48,46,22). Sum of RGB (Red+Green+Blue) = 48+46+22=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E16 is #CFD1E9. Grayscale: #2B2B2B. Windows color (decimal): -13619690 or 1453616. OLE color: 1453616.

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

Color convert

RGB484622-
CMYK00.040.540.81
HSL55.38º37.14%13.73%-
HSV(B)55.38º54.17%18.82%-
XYZ2.342.641.15-
YUV43.86115.66130.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=41.38%
G=39.66%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48462200.040.540.8155.3837.1413.73
Hex302E160436513725e
Octal6056260466121674516
Binary11000010111010110010011011010100011101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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