#302A14

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

Shades of Maire #302A14

Tints of Maire #302A14

Color information

#302A14 (or 0x302A14) is unknown color: approx Maire. HEX triplet: 30, 2A and 14. RGB value is (48,42,20). Sum of RGB (Red+Green+Blue) = 48+42+20=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A14 is #CFD5EB. Grayscale: #292929. Windows color (decimal): -13620716 or 1321520. OLE color: 1321520.

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

Color convert

RGB484220-
CMYK00.130.580.81
HSL47.14º41.18%13.33%-
HSV(B)47.14º58.33%18.82%-
XYZ2.172.331-
YUV41.29115.99132.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=43.64%
G=38.18%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48422000.130.580.8147.1441.1813.33
Hex302A140D3A512f29d
Octal60522401572121575115
Binary110000101010101000110111101010100011011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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