Shades of Tolopea #231933
Tints of Tolopea #231933
RGB
CMYK
RGB Variations
Color information
#231933 (or 0x231933) is known color: Tolopea. HEX triplet: 23, 19 and 33. RGB value is (35,25,51). Sum of RGB (Red+Green+Blue) = 35+25+51=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 51 - color contains mainly: blue. Hex color #231933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231933 is #DCE6CC. Grayscale: #1E1E1E. Windows color (decimal): -14477005 or 3348771. OLE color: 3348771.
HSL color Cylindrical-coordinate representation of color #231933: hue angle of 263.08º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231933 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 25 | 51 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.8 |
| HSL | 263.08º | 0.34% | 0.15% | - |
| HSV(B) | 263.08º | 0.51% | 0.2% | - |
| XYZ | 1.64 | 1.29 | 3.29 | - |
| YUV | 30.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 51 | 0.31 | 0.51 | 0 | 0.8 | 263.08 | 0.34 | 0.15 |
| Hex | 23 | 19 | 33 | 1F | 33 | 0 | 50 | 107 | 22 | F |
| Octal | 43 | 31 | 63 | 37 | 63 | 0 | 120 | 407 | 42 | 17 |
| Binary | 100011 | 11001 | 110011 | 11111 | 110011 | 0 | 1010000 | 100000111 | 100010 | 1111 |
Color Harmonies of #231933
Complementary color
Monochromatic Colors of #231933
Black with #231933
Text Example
Text Example
White with #231933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231933; }
p { color: rgb(35,25,51); }
H1.HeaderClassName
{
color: #231933;
}
.AnyTagClassName
{
color: #231933;
}
</style>
background-color css
<style>
a { background-color: #231933; }
a { background-color: rgb(35,25,51); }
div.DivClassName
{
background-color: #231933;
}
.BgClassName
{
background-color: #231933;
}
</style>
border-color css
<style>
span { border-color: #231933; }
span { border-color: rgb(35,25,51); }
td.TdClassName
{
border-color: #231933;
}
.TagClassName
{
border-color: #231933;
}
</style>