#302C15

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

Shades of Maire #302C15

Tints of Maire #302C15

Color information

#302C15 (or 0x302C15) is unknown color: approx Maire. HEX triplet: 30, 2C and 15. RGB value is (48,44,21). Sum of RGB (Red+Green+Blue) = 48+44+21=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C15 is #CFD3EA. Grayscale: #2A2A2A. Windows color (decimal): -13620203 or 1387568. OLE color: 1387568.

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

Color convert

RGB484421-
CMYK00.080.560.81
HSL51.11º39.13%13.53%-
HSV(B)51.11º56.25%18.82%-
XYZ2.252.481.07-
YUV42.57115.83131.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 44 (17.58% from 255) = 38.94%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=42.48%
G=38.94%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48442100.080.560.8151.1139.1313.53
Hex302C150838513327e
Octal60542501070121634716
Binary110000101100101010100011100010100011100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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