Shades of Maire #302B0F
Tints of Maire #302B0F
RGB
CMYK
RGB Variations
Color information
#302B0F (or 0x302B0F) is known color: Maire. HEX triplet: 30, 2B and 0F. RGB value is (48,43,15). Sum of RGB (Red+Green+Blue) = 48+43+15=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B0F is #CFD4F0. Grayscale: #292929. Windows color (decimal): -13620465 or 994096. OLE color: 994096.
HSL color Cylindrical-coordinate representation of color #302B0F: hue angle of 50.91º 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 #302B0F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 15 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.81 |
| HSL | 50.91º | 0.52% | 0.12% | - |
| HSV(B) | 50.91º | 0.69% | 0.19% | - |
| XYZ | 2.17 | 2.39 | 0.8 | - |
| YUV | 41.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 15 | 0 | 0.10 | 0.69 | 0.81 | 50.91 | 0.52 | 0.12 |
| Hex | 30 | 2B | F | 0 | A | 45 | 51 | 33 | 34 | C |
| Octal | 60 | 53 | 17 | 0 | 12 | 105 | 121 | 63 | 64 | 14 |
| Binary | 110000 | 101011 | 1111 | 0 | 1010 | 1000101 | 1010001 | 110011 | 110100 | 1100 |
Color Harmonies of #302B0F
Complementary color
Monochromatic Colors of #302B0F
Black with #302B0F
Text Example
Text Example
White with #302B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B0F; }
p { color: rgb(48,43,15); }
H1.HeaderClassName
{
color: #302B0F;
}
.AnyTagClassName
{
color: #302B0F;
}
</style>
background-color css
<style>
a { background-color: #302B0F; }
a { background-color: rgb(48,43,15); }
div.DivClassName
{
background-color: #302B0F;
}
.BgClassName
{
background-color: #302B0F;
}
</style>
border-color css
<style>
span { border-color: #302B0F; }
span { border-color: rgb(48,43,15); }
td.TdClassName
{
border-color: #302B0F;
}
.TagClassName
{
border-color: #302B0F;
}
</style>