#302D15

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

Shades of Maire #302D15

Tints of Maire #302D15

Color information

#302D15 (or 0x302D15) is unknown color: approx Maire. HEX triplet: 30, 2D and 15. RGB value is (48,45,21). Sum of RGB (Red+Green+Blue) = 48+45+21=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #302D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D15 is #CFD2EA. Grayscale: #2B2B2B. Windows color (decimal): -13619947 or 1387824. OLE color: 1387824.

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

Color convert

RGB484521-
CMYK00.060.560.81
HSL53.33º39.13%13.53%-
HSV(B)53.33º56.25%18.82%-
XYZ2.292.561.08-
YUV43.16115.49131.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=42.11%
G=39.47%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48452100.060.560.8153.3339.1313.53
Hex302D150638513527e
Octal6055250670121654716
Binary11000010110110101011011100010100011101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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