Shades of Tolopea #30263D
Tints of Tolopea #30263D
RGB
CMYK
RGB Variations
Color information
#30263D (or 0x30263D) is known color: Tolopea. HEX triplet: 30, 26 and 3D. RGB value is (48,38,61). Sum of RGB (Red+Green+Blue) = 48+38+61=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #30263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30263D is #CFD9C2. Grayscale: #2B2B2B. Windows color (decimal): -13621699 or 4007472. OLE color: 4007472.
HSL color Cylindrical-coordinate representation of color #30263D: hue angle of 266.09º degrees, saturation: 0.23, 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 #30263D is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 38 | 61 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.76 |
| HSL | 266.09º | 0.23% | 0.19% | - |
| HSV(B) | 266.09º | 0.38% | 0.24% | - |
| XYZ | 2.75 | 2.35 | 4.72 | - |
| YUV | 43.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 61 | 0.21 | 0.38 | 0 | 0.76 | 266.09 | 0.23 | 0.19 |
| Hex | 30 | 26 | 3D | 15 | 26 | 0 | 4C | 10A | 17 | 13 |
| Octal | 60 | 46 | 75 | 25 | 46 | 0 | 114 | 412 | 27 | 23 |
| Binary | 110000 | 100110 | 111101 | 10101 | 100110 | 0 | 1001100 | 100001010 | 10111 | 10011 |
Color Harmonies of #30263D
Complementary color
Monochromatic Colors of #30263D
Black with #30263D
Text Example
Text Example
White with #30263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30263D; }
p { color: rgb(48,38,61); }
H1.HeaderClassName
{
color: #30263D;
}
.AnyTagClassName
{
color: #30263D;
}
</style>
background-color css
<style>
a { background-color: #30263D; }
a { background-color: rgb(48,38,61); }
div.DivClassName
{
background-color: #30263D;
}
.BgClassName
{
background-color: #30263D;
}
</style>
border-color css
<style>
span { border-color: #30263D; }
span { border-color: rgb(48,38,61); }
td.TdClassName
{
border-color: #30263D;
}
.TagClassName
{
border-color: #30263D;
}
</style>