Shades of Tolopea #302B41
Tints of Tolopea #302B41
RGB
CMYK
RGB Variations
Color information
#302B41 (or 0x302B41) is known color: Tolopea. HEX triplet: 30, 2B and 41. RGB value is (48,43,65). Sum of RGB (Red+Green+Blue) = 48+43+65=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #302B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B41 is #CFD4BE. Grayscale: #2E2E2E. Windows color (decimal): -13620415 or 4270896. OLE color: 4270896.
HSL color Cylindrical-coordinate representation of color #302B41: hue angle of 253.64º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #302B41 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 43 | 65 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.75 |
| HSL | 253.64º | 0.2% | 0.21% | - |
| HSV(B) | 253.64º | 0.34% | 0.25% | - |
| XYZ | 3.04 | 2.74 | 5.37 | - |
| YUV | 47 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 65 | 0.26 | 0.34 | 0 | 0.75 | 253.64 | 0.2 | 0.21 |
| Hex | 30 | 2B | 41 | 1A | 22 | 0 | 4B | FE | 14 | 15 |
| Octal | 60 | 53 | 101 | 32 | 42 | 0 | 113 | 376 | 24 | 25 |
| Binary | 110000 | 101011 | 1000001 | 11010 | 100010 | 0 | 1001011 | 11111110 | 10100 | 10101 |
Color Harmonies of #302B41
Complementary color
Monochromatic Colors of #302B41
Black with #302B41
Text Example
Text Example
White with #302B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B41; }
p { color: rgb(48,43,65); }
H1.HeaderClassName
{
color: #302B41;
}
.AnyTagClassName
{
color: #302B41;
}
</style>
background-color css
<style>
a { background-color: #302B41; }
a { background-color: rgb(48,43,65); }
div.DivClassName
{
background-color: #302B41;
}
.BgClassName
{
background-color: #302B41;
}
</style>
border-color css
<style>
span { border-color: #302B41; }
span { border-color: rgb(48,43,65); }
td.TdClassName
{
border-color: #302B41;
}
.TagClassName
{
border-color: #302B41;
}
</style>