#302A16

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

Shades of Maire #302A16

Tints of Maire #302A16

Color information

#302A16 (or 0x302A16) is unknown color: approx Maire. HEX triplet: 30, 2A and 16. RGB value is (48,42,22). Sum of RGB (Red+Green+Blue) = 48+42+22=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A16 is #CFD5E9. Grayscale: #292929. Windows color (decimal): -13620714 or 1452592. OLE color: 1452592.

HSL color Cylindrical-coordinate representation of color #302A16: hue angle of 46.15º 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 #302A16 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB484222-
CMYK00.130.540.81
HSL46.15º37.14%13.73%-
HSV(B)46.15º54.17%18.82%-
XYZ2.192.341.1-
YUV41.51116.99132.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=42.86%
G=37.5%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48422200.130.540.8146.1537.1413.73
Hex302A160D36512e25e
Octal60522601566121564516
Binary110000101010101100110111011010100011011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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