Shades of Tolopea #231A34
Tints of Tolopea #231A34
RGB
CMYK
RGB Variations
Color information
#231A34 (or 0x231A34) is known color: Tolopea. HEX triplet: 23, 1A and 34. RGB value is (35,26,52). Sum of RGB (Red+Green+Blue) = 35+26+52=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #231A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A34 is #DCE5CB. Grayscale: #1F1F1F. Windows color (decimal): -14476748 or 3414563. OLE color: 3414563.
HSL color Cylindrical-coordinate representation of color #231A34: hue angle of 260.77º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #231A34 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 26 | 52 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.80 |
| HSL | 260.77º | 0.33% | 0.15% | - |
| HSV(B) | 260.77º | 0.5% | 0.2% | - |
| XYZ | 1.68 | 1.34 | 3.42 | - |
| YUV | 31.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 52 | 0.33 | 0.50 | 0 | 0.80 | 260.77 | 0.33 | 0.15 |
| Hex | 23 | 1A | 34 | 21 | 32 | 0 | 50 | 105 | 21 | F |
| Octal | 43 | 32 | 64 | 41 | 62 | 0 | 120 | 405 | 41 | 17 |
| Binary | 100011 | 11010 | 110100 | 100001 | 110010 | 0 | 1010000 | 100000101 | 100001 | 1111 |
Color Harmonies of #231A34
Complementary color
Monochromatic Colors of #231A34
Black with #231A34
Text Example
Text Example
White with #231A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A34; }
p { color: rgb(35,26,52); }
H1.HeaderClassName
{
color: #231A34;
}
.AnyTagClassName
{
color: #231A34;
}
</style>
background-color css
<style>
a { background-color: #231A34; }
a { background-color: rgb(35,26,52); }
div.DivClassName
{
background-color: #231A34;
}
.BgClassName
{
background-color: #231A34;
}
</style>
border-color css
<style>
span { border-color: #231A34; }
span { border-color: rgb(35,26,52); }
td.TdClassName
{
border-color: #231A34;
}
.TagClassName
{
border-color: #231A34;
}
</style>