Shades of Maire #302B01
Tints of Maire #302B01
RGB
CMYK
RGB Variations
Color information
#302B01 (or 0x302B01) is known color: Maire. HEX triplet: 30, 2B and 01. RGB value is (48,43,1). Sum of RGB (Red+Green+Blue) = 48+43+1=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 43 (17.19% from 255 or 46.74% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #302B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B01 is #CFD4FE. Grayscale: #272727. Windows color (decimal): -13620479 or 76592. OLE color: 76592.
HSL color Cylindrical-coordinate representation of color #302B01: hue angle of 53.62º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #302B01 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 1 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.81 |
| HSL | 53.62º | 0.96% | 0.1% | - |
| HSV(B) | 53.62º | 0.98% | 0.19% | - |
| XYZ | 2.09 | 2.36 | 0.37 | - |
| YUV | 39.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 1 | 0 | 0.10 | 0.98 | 0.81 | 53.62 | 0.96 | 0.1 |
| Hex | 30 | 2B | 1 | 0 | A | 62 | 51 | 36 | 60 | A |
| Octal | 60 | 53 | 1 | 0 | 12 | 142 | 121 | 66 | 140 | 12 |
| Binary | 110000 | 101011 | 1 | 0 | 1010 | 1100010 | 1010001 | 110110 | 1100000 | 1010 |
Color Harmonies of #302B01
Complementary color
Monochromatic Colors of #302B01
Black with #302B01
Text Example
Text Example
White with #302B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B01; }
p { color: rgb(48,43,1); }
H1.HeaderClassName
{
color: #302B01;
}
.AnyTagClassName
{
color: #302B01;
}
</style>
background-color css
<style>
a { background-color: #302B01; }
a { background-color: rgb(48,43,1); }
div.DivClassName
{
background-color: #302B01;
}
.BgClassName
{
background-color: #302B01;
}
</style>
border-color css
<style>
span { border-color: #302B01; }
span { border-color: rgb(48,43,1); }
td.TdClassName
{
border-color: #302B01;
}
.TagClassName
{
border-color: #302B01;
}
</style>