#30280F

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

Shades of Maire #30280F

Tints of Maire #30280F

Color information

#30280F (or 0x30280F) is unknown color: approx Maire. HEX triplet: 30, 28 and 0F. RGB value is (48,40,15). Sum of RGB (Red+Green+Blue) = 48+40+15=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #30280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30280F is #CFD7F0. Grayscale: #272727. Windows color (decimal): -13621233 or 993328. OLE color: 993328.

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

Color convert

RGB484015-
CMYK00.170.690.81
HSL45.45º52.38%12.35%-
HSV(B)45.45º68.75%18.82%-
XYZ2.062.180.76-
YUV39.54114.15134.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=46.60%
G=38.83%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48401500.170.690.8145.4552.3812.35
Hex3028F01145512d34c
Octal605017021105121556414
Binary1100001010001111010001100010110100011011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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