Shades of Tolopea #30283F
Tints of Tolopea #30283F
RGB
CMYK
RGB Variations
Color information
#30283F (or 0x30283F) is known color: Tolopea. HEX triplet: 30, 28 and 3F. RGB value is (48,40,63). Sum of RGB (Red+Green+Blue) = 48+40+63=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #30283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30283F is #CFD7C0. Grayscale: #2C2C2C. Windows color (decimal): -13621185 or 4139056. OLE color: 4139056.
HSL color Cylindrical-coordinate representation of color #30283F: hue angle of 260.87º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30283F is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 40 | 63 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.75 |
| HSL | 260.87º | 0.22% | 0.2% | - |
| HSV(B) | 260.87º | 0.37% | 0.25% | - |
| XYZ | 2.87 | 2.5 | 5.03 | - |
| YUV | 45.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 63 | 0.24 | 0.37 | 0 | 0.75 | 260.87 | 0.22 | 0.2 |
| Hex | 30 | 28 | 3F | 18 | 25 | 0 | 4B | 105 | 16 | 14 |
| Octal | 60 | 50 | 77 | 30 | 45 | 0 | 113 | 405 | 26 | 24 |
| Binary | 110000 | 101000 | 111111 | 11000 | 100101 | 0 | 1001011 | 100000101 | 10110 | 10100 |
Color Harmonies of #30283F
Complementary color
Monochromatic Colors of #30283F
Black with #30283F
Text Example
Text Example
White with #30283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30283F; }
p { color: rgb(48,40,63); }
H1.HeaderClassName
{
color: #30283F;
}
.AnyTagClassName
{
color: #30283F;
}
</style>
background-color css
<style>
a { background-color: #30283F; }
a { background-color: rgb(48,40,63); }
div.DivClassName
{
background-color: #30283F;
}
.BgClassName
{
background-color: #30283F;
}
</style>
border-color css
<style>
span { border-color: #30283F; }
span { border-color: rgb(48,40,63); }
td.TdClassName
{
border-color: #30283F;
}
.TagClassName
{
border-color: #30283F;
}
</style>