#302C11

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

Shades of Maire #302C11

Tints of Maire #302C11

Color information

#302C11 (or 0x302C11) is unknown color: approx Maire. HEX triplet: 30, 2C and 11. RGB value is (48,44,17). Sum of RGB (Red+Green+Blue) = 48+44+17=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C11 is #CFD3EE. Grayscale: #2A2A2A. Windows color (decimal): -13620207 or 1125424. OLE color: 1125424.

HSL color Cylindrical-coordinate representation of color #302C11: hue angle of 52.26º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302C11 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB484417-
CMYK00.080.650.81
HSL52.26º47.69%12.75%-
HSV(B)52.26º64.58%18.82%-
XYZ2.222.470.89-
YUV42.12113.83132.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 44 (17.58% from 255) = 40.37%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=44.04%
G=40.37%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48441700.080.650.8152.2647.6912.75
Hex302C110841513430d
Octal605421010101121646015
Binary1100001011001000101000100000110100011101001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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