#302C1C

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

Shades of Maire #302C1C

Tints of Maire #302C1C

Color information

#302C1C (or 0x302C1C) is unknown color: approx Maire. HEX triplet: 30, 2C and 1C. RGB value is (48,44,28). Sum of RGB (Red+Green+Blue) = 48+44+28=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C1C is #CFD3E3. Grayscale: #2B2B2B. Windows color (decimal): -13620196 or 1846320. OLE color: 1846320.

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

Color convert

RGB484428-
CMYK00.080.420.81
HSL48º26.32%14.9%-
HSV(B)48º41.67%18.82%-
XYZ2.332.511.46-
YUV43.37119.33131.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=40%
G=36.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48442800.080.420.814826.3214.9
Hex302C1C082A51301af
Octal60543401052121603217
Binary11000010110011100010001010101010001110000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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