Shades of Tolopea #332B3C
Tints of Tolopea #332B3C
RGB
CMYK
RGB Variations
Color information
#332B3C (or 0x332B3C) is known color: Tolopea. HEX triplet: 33, 2B and 3C. RGB value is (51,43,60). Sum of RGB (Red+Green+Blue) = 51+43+60=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 60 - color contains mainly: blue. Hex color #332B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B3C is #CCD4C3. Grayscale: #2F2F2F. Windows color (decimal): -13423812 or 3943219. OLE color: 3943219.
HSL color Cylindrical-coordinate representation of color #332B3C: hue angle of 268.24º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #332B3C is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 43 | 60 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.76 |
| HSL | 268.24º | 0.17% | 0.2% | - |
| HSV(B) | 268.24º | 0.28% | 0.24% | - |
| XYZ | 3.04 | 2.76 | 4.65 | - |
| YUV | 47.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 60 | 0.15 | 0.28 | 0 | 0.76 | 268.24 | 0.17 | 0.2 |
| Hex | 33 | 2B | 3C | F | 1C | 0 | 4C | 10C | 11 | 14 |
| Octal | 63 | 53 | 74 | 17 | 34 | 0 | 114 | 414 | 21 | 24 |
| Binary | 110011 | 101011 | 111100 | 1111 | 11100 | 0 | 1001100 | 100001100 | 10001 | 10100 |
Color Harmonies of #332B3C
Complementary color
Monochromatic Colors of #332B3C
Black with #332B3C
Text Example
Text Example
White with #332B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B3C; }
p { color: rgb(51,43,60); }
H1.HeaderClassName
{
color: #332B3C;
}
.AnyTagClassName
{
color: #332B3C;
}
</style>
background-color css
<style>
a { background-color: #332B3C; }
a { background-color: rgb(51,43,60); }
div.DivClassName
{
background-color: #332B3C;
}
.BgClassName
{
background-color: #332B3C;
}
</style>
border-color css
<style>
span { border-color: #332B3C; }
span { border-color: rgb(51,43,60); }
td.TdClassName
{
border-color: #332B3C;
}
.TagClassName
{
border-color: #332B3C;
}
</style>