Shades of Tolopea #352F3F
Tints of Tolopea #352F3F
RGB
CMYK
RGB Variations
Color information
#352F3F (or 0x352F3F) is known color: Tolopea. HEX triplet: 35, 2F and 3F. RGB value is (53,47,63). Sum of RGB (Red+Green+Blue) = 53+47+63=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #352F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F3F is #CAD0C0. Grayscale: #323232. Windows color (decimal): -13291713 or 4140853. OLE color: 4140853.
HSL color Cylindrical-coordinate representation of color #352F3F: hue angle of 262.5º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #352F3F is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 47 | 63 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.75 |
| HSL | 262.5º | 0.15% | 0.22% | - |
| HSV(B) | 262.5º | 0.25% | 0.25% | - |
| XYZ | 3.38 | 3.15 | 5.13 | - |
| YUV | 50.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 63 | 0.16 | 0.25 | 0 | 0.75 | 262.5 | 0.15 | 0.22 |
| Hex | 35 | 2F | 3F | 10 | 19 | 0 | 4B | 106 | F | 16 |
| Octal | 65 | 57 | 77 | 20 | 31 | 0 | 113 | 406 | 17 | 26 |
| Binary | 110101 | 101111 | 111111 | 10000 | 11001 | 0 | 1001011 | 100000110 | 1111 | 10110 |
Color Harmonies of #352F3F
Complementary color
Monochromatic Colors of #352F3F
Black with #352F3F
Text Example
Text Example
White with #352F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F3F; }
p { color: rgb(53,47,63); }
H1.HeaderClassName
{
color: #352F3F;
}
.AnyTagClassName
{
color: #352F3F;
}
</style>
background-color css
<style>
a { background-color: #352F3F; }
a { background-color: rgb(53,47,63); }
div.DivClassName
{
background-color: #352F3F;
}
.BgClassName
{
background-color: #352F3F;
}
</style>
border-color css
<style>
span { border-color: #352F3F; }
span { border-color: rgb(53,47,63); }
td.TdClassName
{
border-color: #352F3F;
}
.TagClassName
{
border-color: #352F3F;
}
</style>