#302C19

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

Shades of Maire #302C19

Tints of Maire #302C19

Color information

#302C19 (or 0x302C19) is unknown color: approx Maire. HEX triplet: 30, 2C and 19. RGB value is (48,44,25). Sum of RGB (Red+Green+Blue) = 48+44+25=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C19 is #CFD3E6. Grayscale: #2B2B2B. Windows color (decimal): -13620199 or 1649712. OLE color: 1649712.

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

Color convert

RGB484425-
CMYK00.080.480.81
HSL49.57º31.51%14.31%-
HSV(B)49.57º47.92%18.82%-
XYZ2.32.51.28-
YUV43.03117.83131.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=41.03%
G=37.61%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48442500.080.480.8149.5731.5114.31
Hex302C190830513220e
Octal60543101060121624016
Binary110000101100110010100011000010100011100101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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