#302C14

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

Shades of Maire #302C14

Tints of Maire #302C14

Color information

#302C14 (or 0x302C14) is unknown color: approx Maire. HEX triplet: 30, 2C and 14. RGB value is (48,44,20). Sum of RGB (Red+Green+Blue) = 48+44+20=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C14 is #CFD3EB. Grayscale: #2A2A2A. Windows color (decimal): -13620204 or 1322032. OLE color: 1322032.

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

Color convert

RGB484420-
CMYK00.080.580.81
HSL51.43º41.18%13.33%-
HSV(B)51.43º58.33%18.82%-
XYZ2.252.481.02-
YUV42.46115.33131.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=42.86%
G=39.29%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48442000.080.580.8151.4341.1813.33
Hex302C14083A513329d
Octal60542401072121635115
Binary110000101100101000100011101010100011100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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