#30280C

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

Shades of Maire #30280C

Tints of Maire #30280C

Color information

#30280C (or 0x30280C) is unknown color: approx Maire. HEX triplet: 30, 28 and 0C. RGB value is (48,40,12). Sum of RGB (Red+Green+Blue) = 48+40+12=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30280C is #CFD7F3. Grayscale: #272727. Windows color (decimal): -13621236 or 796720. OLE color: 796720.

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

Color convert

RGB484012-
CMYK00.170.750.81
HSL46.67º60%11.76%-
HSV(B)46.67º75%18.82%-
XYZ2.042.170.66-
YUV39.2112.65134.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 40 (16.02% from 255) = 40%
BLUE value IS 12 (5.08% from 255) = 12%
R=48%
G=40%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48401200.170.750.8146.676011.76
Hex3028C0114B512f3cc
Octal605014021113121577414
Binary1100001010001100010001100101110100011011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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