#30290D

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

Shades of Maire #30290D

Tints of Maire #30290D

Color information

#30290D (or 0x30290D) is unknown color: approx Maire. HEX triplet: 30, 29 and 0D. RGB value is (48,41,13). Sum of RGB (Red+Green+Blue) = 48+41+13=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30290D is #CFD6F2. Grayscale: #282828. Windows color (decimal): -13620979 or 862512. OLE color: 862512.

HSL color Cylindrical-coordinate representation of color #30290D: hue angle of 48º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30290D is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB484113-
CMYK00.150.730.81
HSL48º57.38%11.96%-
HSV(B)48º72.92%18.82%-
XYZ2.082.240.7-
YUV39.9112.82133.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 40.20%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=47.06%
G=40.20%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48411300.150.730.814857.3811.96
Hex3029D0F49513039c
Octal605115017111121607114
Binary110000101001110101111100100110100011100001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30290D; }

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

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

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

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

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

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

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

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