Shades of Tolopea #30283D
Tints of Tolopea #30283D
RGB
CMYK
RGB Variations
Color information
#30283D (or 0x30283D) is known color: Tolopea. HEX triplet: 30, 28 and 3D. RGB value is (48,40,61). Sum of RGB (Red+Green+Blue) = 48+40+61=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #30283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30283D is #CFD7C2. Grayscale: #2C2C2C. Windows color (decimal): -13621187 or 4007984. OLE color: 4007984.
HSL color Cylindrical-coordinate representation of color #30283D: hue angle of 262.86º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #30283D is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 40 | 61 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.76 |
| HSL | 262.86º | 0.21% | 0.2% | - |
| HSV(B) | 262.86º | 0.34% | 0.24% | - |
| XYZ | 2.82 | 2.48 | 4.75 | - |
| YUV | 44.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 61 | 0.21 | 0.34 | 0 | 0.76 | 262.86 | 0.21 | 0.2 |
| Hex | 30 | 28 | 3D | 15 | 22 | 0 | 4C | 107 | 15 | 14 |
| Octal | 60 | 50 | 75 | 25 | 42 | 0 | 114 | 407 | 25 | 24 |
| Binary | 110000 | 101000 | 111101 | 10101 | 100010 | 0 | 1001100 | 100000111 | 10101 | 10100 |
Color Harmonies of #30283D
Complementary color
Monochromatic Colors of #30283D
Black with #30283D
Text Example
Text Example
White with #30283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30283D; }
p { color: rgb(48,40,61); }
H1.HeaderClassName
{
color: #30283D;
}
.AnyTagClassName
{
color: #30283D;
}
</style>
background-color css
<style>
a { background-color: #30283D; }
a { background-color: rgb(48,40,61); }
div.DivClassName
{
background-color: #30283D;
}
.BgClassName
{
background-color: #30283D;
}
</style>
border-color css
<style>
span { border-color: #30283D; }
span { border-color: rgb(48,40,61); }
td.TdClassName
{
border-color: #30283D;
}
.TagClassName
{
border-color: #30283D;
}
</style>