#302C1F

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

Shades of Maire #302C1F

Tints of Maire #302C1F

Color information

#302C1F (or 0x302C1F) is unknown color: approx Maire. HEX triplet: 30, 2C and 1F. RGB value is (48,44,31). Sum of RGB (Red+Green+Blue) = 48+44+31=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C1F is #CFD3E0. Grayscale: #2B2B2B. Windows color (decimal): -13620193 or 2042928. OLE color: 2042928.

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

Color convert

RGB484431-
CMYK00.080.350.81
HSL45.88º21.52%15.49%-
HSV(B)45.88º35.42%18.82%-
XYZ2.372.531.66-
YUV43.71120.83131.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=39.02%
G=35.77%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48443100.080.350.8145.8821.5215.49
Hex302C1F0823512e16f
Octal60543701043121562617
Binary11000010110011111010001000111010001101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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