Shades of Tolopea #302F31
Tints of Tolopea #302F31
RGB
CMYK
RGB Variations
Color information
#302F31 (or 0x302F31) is known color: Tolopea. HEX triplet: 30, 2F and 31. RGB value is (48,47,49). Sum of RGB (Red+Green+Blue) = 48+47+49=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 49 - color contains mainly: blue. Hex color #302F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F31 is #CFD0CE. Grayscale: #2F2F2F. Windows color (decimal): -13619407 or 3223344. OLE color: 3223344.
HSL color Cylindrical-coordinate representation of color #302F31: hue angle of 270º degrees, saturation: 0.02, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #302F31 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 49 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.81 |
| HSL | 270º | 0.02% | 0.19% | - |
| HSV(B) | 270º | 0.04% | 0.19% | - |
| XYZ | 2.79 | 2.88 | 3.32 | - |
| YUV | 47.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 49 | 0.02 | 0.04 | 0 | 0.81 | 270 | 0.02 | 0.19 |
| Hex | 30 | 2F | 31 | 2 | 4 | 0 | 51 | 10E | 2 | 13 |
| Octal | 60 | 57 | 61 | 2 | 4 | 0 | 121 | 416 | 2 | 23 |
| Binary | 110000 | 101111 | 110001 | 10 | 100 | 0 | 1010001 | 100001110 | 10 | 10011 |
Color Harmonies of #302F31
Complementary color
Monochromatic Colors of #302F31
Black with #302F31
Text Example
Text Example
White with #302F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F31; }
p { color: rgb(48,47,49); }
H1.HeaderClassName
{
color: #302F31;
}
.AnyTagClassName
{
color: #302F31;
}
</style>
background-color css
<style>
a { background-color: #302F31; }
a { background-color: rgb(48,47,49); }
div.DivClassName
{
background-color: #302F31;
}
.BgClassName
{
background-color: #302F31;
}
</style>
border-color css
<style>
span { border-color: #302F31; }
span { border-color: rgb(48,47,49); }
td.TdClassName
{
border-color: #302F31;
}
.TagClassName
{
border-color: #302F31;
}
</style>