Shades of Tolopea #30253C
Tints of Tolopea #30253C
RGB
CMYK
RGB Variations
Color information
#30253C (or 0x30253C) is known color: Tolopea. HEX triplet: 30, 25 and 3C. RGB value is (48,37,60). Sum of RGB (Red+Green+Blue) = 48+37+60=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: blue. Hex color #30253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30253C is #CFDAC3. Grayscale: #2A2A2A. Windows color (decimal): -13621956 or 3941680. OLE color: 3941680.
HSL color Cylindrical-coordinate representation of color #30253C: hue angle of 268.7º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30253C is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 37 | 60 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.76 |
| HSL | 268.7º | 0.24% | 0.19% | - |
| HSV(B) | 268.7º | 0.38% | 0.24% | - |
| XYZ | 2.7 | 2.28 | 4.57 | - |
| YUV | 42.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 60 | 0.20 | 0.38 | 0 | 0.76 | 268.7 | 0.24 | 0.19 |
| Hex | 30 | 25 | 3C | 14 | 26 | 0 | 4C | 10D | 18 | 13 |
| Octal | 60 | 45 | 74 | 24 | 46 | 0 | 114 | 415 | 30 | 23 |
| Binary | 110000 | 100101 | 111100 | 10100 | 100110 | 0 | 1001100 | 100001101 | 11000 | 10011 |
Color Harmonies of #30253C
Complementary color
Monochromatic Colors of #30253C
Black with #30253C
Text Example
Text Example
White with #30253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30253C; }
p { color: rgb(48,37,60); }
H1.HeaderClassName
{
color: #30253C;
}
.AnyTagClassName
{
color: #30253C;
}
</style>
background-color css
<style>
a { background-color: #30253C; }
a { background-color: rgb(48,37,60); }
div.DivClassName
{
background-color: #30253C;
}
.BgClassName
{
background-color: #30253C;
}
</style>
border-color css
<style>
span { border-color: #30253C; }
span { border-color: rgb(48,37,60); }
td.TdClassName
{
border-color: #30253C;
}
.TagClassName
{
border-color: #30253C;
}
</style>