Shades of Tolopea #302C3E
Tints of Tolopea #302C3E
RGB
CMYK
RGB Variations
Color information
#302C3E (or 0x302C3E) is known color: Tolopea. HEX triplet: 30, 2C and 3E. RGB value is (48,44,62). Sum of RGB (Red+Green+Blue) = 48+44+62=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #302C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C3E is #CFD3C1. Grayscale: #2F2F2F. Windows color (decimal): -13620162 or 4074544. OLE color: 4074544.
HSL color Cylindrical-coordinate representation of color #302C3E: hue angle of 253.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #302C3E is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 44 | 62 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.76 |
| HSL | 253.33º | 0.17% | 0.21% | - |
| HSV(B) | 253.33º | 0.29% | 0.24% | - |
| XYZ | 2.99 | 2.78 | 4.94 | - |
| YUV | 47.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 62 | 0.23 | 0.29 | 0 | 0.76 | 253.33 | 0.17 | 0.21 |
| Hex | 30 | 2C | 3E | 17 | 1D | 0 | 4C | FD | 11 | 15 |
| Octal | 60 | 54 | 76 | 27 | 35 | 0 | 114 | 375 | 21 | 25 |
| Binary | 110000 | 101100 | 111110 | 10111 | 11101 | 0 | 1001100 | 11111101 | 10001 | 10101 |
Color Harmonies of #302C3E
Complementary color
Monochromatic Colors of #302C3E
Black with #302C3E
Text Example
Text Example
White with #302C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C3E; }
p { color: rgb(48,44,62); }
H1.HeaderClassName
{
color: #302C3E;
}
.AnyTagClassName
{
color: #302C3E;
}
</style>
background-color css
<style>
a { background-color: #302C3E; }
a { background-color: rgb(48,44,62); }
div.DivClassName
{
background-color: #302C3E;
}
.BgClassName
{
background-color: #302C3E;
}
</style>
border-color css
<style>
span { border-color: #302C3E; }
span { border-color: rgb(48,44,62); }
td.TdClassName
{
border-color: #302C3E;
}
.TagClassName
{
border-color: #302C3E;
}
</style>