#302D16

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

Shades of Maire #302D16

Tints of Maire #302D16

Color information

#302D16 (or 0x302D16) is unknown color: approx Maire. HEX triplet: 30, 2D and 16. RGB value is (48,45,22). Sum of RGB (Red+Green+Blue) = 48+45+22=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D16 is #CFD2E9. Grayscale: #2B2B2B. Windows color (decimal): -13619946 or 1453360. OLE color: 1453360.

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

Color convert

RGB484522-
CMYK00.060.540.81
HSL53.08º37.14%13.73%-
HSV(B)53.08º54.17%18.82%-
XYZ2.32.561.13-
YUV43.28115.99131.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 45 (17.97% from 255) = 39.13%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=41.74%
G=39.13%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48452200.060.540.8153.0837.1413.73
Hex302D160636513525e
Octal6055260666121654516
Binary11000010110110110011011011010100011101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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