#302913

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

Shades of Maire #302913

Tints of Maire #302913

Color information

#302913 (or 0x302913) is unknown color: approx Maire. HEX triplet: 30, 29 and 13. RGB value is (48,41,19). Sum of RGB (Red+Green+Blue) = 48+41+19=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #302913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302913 is #CFD6EC. Grayscale: #282828. Windows color (decimal): -13620973 or 1255728. OLE color: 1255728.

HSL color Cylindrical-coordinate representation of color #302913: hue angle of 45.52º 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 #302913 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB484119-
CMYK00.150.600.81
HSL45.52º43.28%13.14%-
HSV(B)45.52º60.42%18.82%-
XYZ2.132.260.94-
YUV40.58115.82133.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=44.44%
G=37.96%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48411900.150.600.8145.5243.2813.14
Hex3029130F3C512e2bd
Octal60512301774121565315
Binary110000101001100110111111110010100011011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302913; }

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

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

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

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

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

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

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

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