Shades of Tolopea #302B3C
Tints of Tolopea #302B3C
RGB
CMYK
RGB Variations
Color information
#302B3C (or 0x302B3C) is known color: Tolopea. HEX triplet: 30, 2B and 3C. RGB value is (48,43,60). Sum of RGB (Red+Green+Blue) = 48+43+60=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 60 - color contains mainly: blue. Hex color #302B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B3C is #CFD4C3. Grayscale: #2E2E2E. Windows color (decimal): -13620420 or 3943216. OLE color: 3943216.
HSL color Cylindrical-coordinate representation of color #302B3C: hue angle of 257.65º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #302B3C is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 43 | 60 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.76 |
| HSL | 257.65º | 0.17% | 0.2% | - |
| HSV(B) | 257.65º | 0.28% | 0.24% | - |
| XYZ | 2.9 | 2.68 | 4.64 | - |
| YUV | 46.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 60 | 0.20 | 0.28 | 0 | 0.76 | 257.65 | 0.17 | 0.2 |
| Hex | 30 | 2B | 3C | 14 | 1C | 0 | 4C | 102 | 11 | 14 |
| Octal | 60 | 53 | 74 | 24 | 34 | 0 | 114 | 402 | 21 | 24 |
| Binary | 110000 | 101011 | 111100 | 10100 | 11100 | 0 | 1001100 | 100000010 | 10001 | 10100 |
Color Harmonies of #302B3C
Complementary color
Monochromatic Colors of #302B3C
Black with #302B3C
Text Example
Text Example
White with #302B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B3C; }
p { color: rgb(48,43,60); }
H1.HeaderClassName
{
color: #302B3C;
}
.AnyTagClassName
{
color: #302B3C;
}
</style>
background-color css
<style>
a { background-color: #302B3C; }
a { background-color: rgb(48,43,60); }
div.DivClassName
{
background-color: #302B3C;
}
.BgClassName
{
background-color: #302B3C;
}
</style>
border-color css
<style>
span { border-color: #302B3C; }
span { border-color: rgb(48,43,60); }
td.TdClassName
{
border-color: #302B3C;
}
.TagClassName
{
border-color: #302B3C;
}
</style>