Shades of Tolopea #332A3E
Tints of Tolopea #332A3E
RGB
CMYK
RGB Variations
Color information
#332A3E (or 0x332A3E) is known color: Tolopea. HEX triplet: 33, 2A and 3E. RGB value is (51,42,62). Sum of RGB (Red+Green+Blue) = 51+42+62=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 62 - color contains mainly: blue. Hex color #332A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A3E is #CCD5C1. Grayscale: #2E2E2E. Windows color (decimal): -13424066 or 4074035. OLE color: 4074035.
HSL color Cylindrical-coordinate representation of color #332A3E: hue angle of 267º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #332A3E is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 42 | 62 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.76 |
| HSL | 267º | 0.19% | 0.2% | - |
| HSV(B) | 267º | 0.32% | 0.24% | - |
| XYZ | 3.06 | 2.71 | 4.92 | - |
| YUV | 46.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 62 | 0.18 | 0.32 | 0 | 0.76 | 267 | 0.19 | 0.2 |
| Hex | 33 | 2A | 3E | 12 | 20 | 0 | 4C | 10B | 13 | 14 |
| Octal | 63 | 52 | 76 | 22 | 40 | 0 | 114 | 413 | 23 | 24 |
| Binary | 110011 | 101010 | 111110 | 10010 | 100000 | 0 | 1001100 | 100001011 | 10011 | 10100 |
Color Harmonies of #332A3E
Complementary color
Monochromatic Colors of #332A3E
Black with #332A3E
Text Example
Text Example
White with #332A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A3E; }
p { color: rgb(51,42,62); }
H1.HeaderClassName
{
color: #332A3E;
}
.AnyTagClassName
{
color: #332A3E;
}
</style>
background-color css
<style>
a { background-color: #332A3E; }
a { background-color: rgb(51,42,62); }
div.DivClassName
{
background-color: #332A3E;
}
.BgClassName
{
background-color: #332A3E;
}
</style>
border-color css
<style>
span { border-color: #332A3E; }
span { border-color: rgb(51,42,62); }
td.TdClassName
{
border-color: #332A3E;
}
.TagClassName
{
border-color: #332A3E;
}
</style>