#30280D

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

Shades of Maire #30280D

Tints of Maire #30280D

Color information

#30280D (or 0x30280D) is unknown color: approx Maire. HEX triplet: 30, 28 and 0D. RGB value is (48,40,13). Sum of RGB (Red+Green+Blue) = 48+40+13=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30280D is #CFD7F2. Grayscale: #272727. Windows color (decimal): -13621235 or 862256. OLE color: 862256.

HSL color Cylindrical-coordinate representation of color #30280D: hue angle of 46.29º 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 #30280D is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB484013-
CMYK00.170.730.81
HSL46.29º57.38%11.96%-
HSV(B)46.29º72.92%18.82%-
XYZ2.052.180.69-
YUV39.31113.15134.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=47.52%
G=39.60%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48401300.170.730.8146.2957.3811.96
Hex3028D01149512e39c
Octal605015021111121567114
Binary1100001010001101010001100100110100011011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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