#30280A

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

Shades of Maire #30280A

Tints of Maire #30280A

Color information

#30280A (or 0x30280A) is unknown color: approx Maire. HEX triplet: 30, 28 and 0A. RGB value is (48,40,10). Sum of RGB (Red+Green+Blue) = 48+40+10=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30280A is #CFD7F5. Grayscale: #272727. Windows color (decimal): -13621238 or 665648. OLE color: 665648.

HSL color Cylindrical-coordinate representation of color #30280A: hue angle of 47.37º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30280A is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB484010-
CMYK00.170.790.81
HSL47.37º65.52%11.37%-
HSV(B)47.37º79.17%18.82%-
XYZ2.032.170.6-
YUV38.97111.65134.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 10 (4.30% from 255) = 10.20%
R=48.98%
G=40.82%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48401000.170.790.8147.3765.5211.37
Hex3028A0114F512f42b
Octal6050120211171215710213
Binary11000010100010100100011001111101000110111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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