Shades of Tolopea #302841
Tints of Tolopea #302841
RGB
CMYK
RGB Variations
Color information
#302841 (or 0x302841) is known color: Tolopea. HEX triplet: 30, 28 and 41. RGB value is (48,40,65). Sum of RGB (Red+Green+Blue) = 48+40+65=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #302841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302841 is #CFD7BE. Grayscale: #2D2D2D. Windows color (decimal): -13621183 or 4270128. OLE color: 4270128.
HSL color Cylindrical-coordinate representation of color #302841: hue angle of 259.2º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #302841 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 40 | 65 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.75 |
| HSL | 259.2º | 0.24% | 0.21% | - |
| HSV(B) | 259.2º | 0.38% | 0.25% | - |
| XYZ | 2.93 | 2.53 | 5.33 | - |
| YUV | 45.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 65 | 0.26 | 0.38 | 0 | 0.75 | 259.2 | 0.24 | 0.21 |
| Hex | 30 | 28 | 41 | 1A | 26 | 0 | 4B | 103 | 18 | 15 |
| Octal | 60 | 50 | 101 | 32 | 46 | 0 | 113 | 403 | 30 | 25 |
| Binary | 110000 | 101000 | 1000001 | 11010 | 100110 | 0 | 1001011 | 100000011 | 11000 | 10101 |
Color Harmonies of #302841
Complementary color
Monochromatic Colors of #302841
Black with #302841
Text Example
Text Example
White with #302841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302841; }
p { color: rgb(48,40,65); }
H1.HeaderClassName
{
color: #302841;
}
.AnyTagClassName
{
color: #302841;
}
</style>
background-color css
<style>
a { background-color: #302841; }
a { background-color: rgb(48,40,65); }
div.DivClassName
{
background-color: #302841;
}
.BgClassName
{
background-color: #302841;
}
</style>
border-color css
<style>
span { border-color: #302841; }
span { border-color: rgb(48,40,65); }
td.TdClassName
{
border-color: #302841;
}
.TagClassName
{
border-color: #302841;
}
</style>