Shades of Tolopea #302641
Tints of Tolopea #302641
RGB
CMYK
RGB Variations
Color information
#302641 (or 0x302641) is known color: Tolopea. HEX triplet: 30, 26 and 41. RGB value is (48,38,65). Sum of RGB (Red+Green+Blue) = 48+38+65=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #302641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302641 is #CFD9BE. Grayscale: #2B2B2B. Windows color (decimal): -13621695 or 4269616. OLE color: 4269616.
HSL color Cylindrical-coordinate representation of color #302641: hue angle of 262.22º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #302641 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 38 | 65 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.75 |
| HSL | 262.22º | 0.26% | 0.2% | - |
| HSV(B) | 262.22º | 0.42% | 0.25% | - |
| XYZ | 2.87 | 2.4 | 5.31 | - |
| YUV | 44.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 65 | 0.26 | 0.42 | 0 | 0.75 | 262.22 | 0.26 | 0.2 |
| Hex | 30 | 26 | 41 | 1A | 2A | 0 | 4B | 106 | 1A | 14 |
| Octal | 60 | 46 | 101 | 32 | 52 | 0 | 113 | 406 | 32 | 24 |
| Binary | 110000 | 100110 | 1000001 | 11010 | 101010 | 0 | 1001011 | 100000110 | 11010 | 10100 |
Color Harmonies of #302641
Complementary color
Monochromatic Colors of #302641
Black with #302641
Text Example
Text Example
White with #302641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302641; }
p { color: rgb(48,38,65); }
H1.HeaderClassName
{
color: #302641;
}
.AnyTagClassName
{
color: #302641;
}
</style>
background-color css
<style>
a { background-color: #302641; }
a { background-color: rgb(48,38,65); }
div.DivClassName
{
background-color: #302641;
}
.BgClassName
{
background-color: #302641;
}
</style>
border-color css
<style>
span { border-color: #302641; }
span { border-color: rgb(48,38,65); }
td.TdClassName
{
border-color: #302641;
}
.TagClassName
{
border-color: #302641;
}
</style>