Shades of Tolopea #201835
Tints of Tolopea #201835
RGB
CMYK
RGB Variations
Color information
#201835 (or 0x201835) is known color: Tolopea. HEX triplet: 20, 18 and 35. RGB value is (32,24,53). Sum of RGB (Red+Green+Blue) = 32+24+53=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #201835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201835 is #DFE7CA. Grayscale: #1D1D1D. Windows color (decimal): -14673867 or 3479584. OLE color: 3479584.
HSL color Cylindrical-coordinate representation of color #201835: hue angle of 256.55º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #201835 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 24 | 53 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.79 |
| HSL | 256.55º | 0.38% | 0.15% | - |
| HSV(B) | 256.55º | 0.55% | 0.21% | - |
| XYZ | 1.56 | 1.22 | 3.52 | - |
| YUV | 29.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 53 | 0.40 | 0.55 | 0 | 0.79 | 256.55 | 0.38 | 0.15 |
| Hex | 20 | 18 | 35 | 28 | 37 | 0 | 4F | 101 | 26 | F |
| Octal | 40 | 30 | 65 | 50 | 67 | 0 | 117 | 401 | 46 | 17 |
| Binary | 100000 | 11000 | 110101 | 101000 | 110111 | 0 | 1001111 | 100000001 | 100110 | 1111 |
Color Harmonies of #201835
Complementary color
Monochromatic Colors of #201835
Black with #201835
Text Example
Text Example
White with #201835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201835; }
p { color: rgb(32,24,53); }
H1.HeaderClassName
{
color: #201835;
}
.AnyTagClassName
{
color: #201835;
}
</style>
background-color css
<style>
a { background-color: #201835; }
a { background-color: rgb(32,24,53); }
div.DivClassName
{
background-color: #201835;
}
.BgClassName
{
background-color: #201835;
}
</style>
border-color css
<style>
span { border-color: #201835; }
span { border-color: rgb(32,24,53); }
td.TdClassName
{
border-color: #201835;
}
.TagClassName
{
border-color: #201835;
}
</style>