Shades of Maire #30270C
Tints of Maire #30270C
RGB
CMYK
RGB Variations
Color information
#30270C (or 0x30270C) is known color: Maire. HEX triplet: 30, 27 and 0C. RGB value is (48,39,12). Sum of RGB (Red+Green+Blue) = 48+39+12=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30270C is #CFD8F3. Grayscale: #262626. Windows color (decimal): -13621492 or 796464. OLE color: 796464.
HSL color Cylindrical-coordinate representation of color #30270C: hue angle of 45º 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 #30270C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 39 | 12 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.81 |
| HSL | 45º | 0.6% | 0.12% | - |
| HSV(B) | 45º | 0.75% | 0.19% | - |
| XYZ | 2.01 | 2.11 | 0.65 | - |
| YUV | 38.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 12 | 0 | 0.19 | 0.75 | 0.81 | 45 | 0.6 | 0.12 |
| Hex | 30 | 27 | C | 0 | 13 | 4B | 51 | 2D | 3C | C |
| Octal | 60 | 47 | 14 | 0 | 23 | 113 | 121 | 55 | 74 | 14 |
| Binary | 110000 | 100111 | 1100 | 0 | 10011 | 1001011 | 1010001 | 101101 | 111100 | 1100 |
Color Harmonies of #30270C
Complementary color
Monochromatic Colors of #30270C
Black with #30270C
Text Example
Text Example
White with #30270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30270C; }
p { color: rgb(48,39,12); }
H1.HeaderClassName
{
color: #30270C;
}
.AnyTagClassName
{
color: #30270C;
}
</style>
background-color css
<style>
a { background-color: #30270C; }
a { background-color: rgb(48,39,12); }
div.DivClassName
{
background-color: #30270C;
}
.BgClassName
{
background-color: #30270C;
}
</style>
border-color css
<style>
span { border-color: #30270C; }
span { border-color: rgb(48,39,12); }
td.TdClassName
{
border-color: #30270C;
}
.TagClassName
{
border-color: #30270C;
}
</style>