#302E15

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

Shades of Maire #302E15

Tints of Maire #302E15

Color information

#302E15 (or 0x302E15) is unknown color: approx Maire. HEX triplet: 30, 2E and 15. RGB value is (48,46,21). Sum of RGB (Red+Green+Blue) = 48+46+21=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E15 is #CFD1EA. Grayscale: #2B2B2B. Windows color (decimal): -13619691 or 1388080. OLE color: 1388080.

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

Color convert

RGB484621-
CMYK00.040.560.81
HSL55.56º39.13%13.53%-
HSV(B)55.56º56.25%18.82%-
XYZ2.332.641.1-
YUV43.75115.16131.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=41.74%
G=40%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48462100.040.560.8155.5639.1313.53
Hex302E150438513827e
Octal6056250470121704716
Binary11000010111010101010011100010100011110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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