#302A13

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

Shades of Maire #302A13

Tints of Maire #302A13

Color information

#302A13 (or 0x302A13) is unknown color: approx Maire. HEX triplet: 30, 2A and 13. RGB value is (48,42,19). Sum of RGB (Red+Green+Blue) = 48+42+19=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A13 is #CFD5EC. Grayscale: #292929. Windows color (decimal): -13620717 or 1255984. OLE color: 1255984.

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

Color convert

RGB484219-
CMYK00.130.600.81
HSL47.59º43.28%13.14%-
HSV(B)47.59º60.42%18.82%-
XYZ2.162.330.95-
YUV41.17115.49132.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 42 (16.80% from 255) = 38.53%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=44.04%
G=38.53%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48421900.130.600.8147.5943.2813.14
Hex302A130D3C51302bd
Octal60522301574121605315
Binary110000101010100110110111110010100011100001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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