Shades of Tolopea #231D3C
Tints of Tolopea #231D3C
RGB
CMYK
RGB Variations
Color information
#231D3C (or 0x231D3C) is known color: Tolopea. HEX triplet: 23, 1D and 3C. RGB value is (35,29,60). Sum of RGB (Red+Green+Blue) = 35+29+60=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #231D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D3C is #DCE2C3. Grayscale: #222222. Windows color (decimal): -14475972 or 3939619. OLE color: 3939619.
HSL color Cylindrical-coordinate representation of color #231D3C: hue angle of 251.61º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #231D3C is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 29 | 60 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.76 |
| HSL | 251.61º | 0.35% | 0.17% | - |
| HSV(B) | 251.61º | 0.52% | 0.24% | - |
| XYZ | 1.95 | 1.56 | 4.47 | - |
| YUV | 34.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 60 | 0.42 | 0.52 | 0 | 0.76 | 251.61 | 0.35 | 0.17 |
| Hex | 23 | 1D | 3C | 2A | 34 | 0 | 4C | FC | 23 | 11 |
| Octal | 43 | 35 | 74 | 52 | 64 | 0 | 114 | 374 | 43 | 21 |
| Binary | 100011 | 11101 | 111100 | 101010 | 110100 | 0 | 1001100 | 11111100 | 100011 | 10001 |
Color Harmonies of #231D3C
Complementary color
Monochromatic Colors of #231D3C
Black with #231D3C
Text Example
Text Example
White with #231D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D3C; }
p { color: rgb(35,29,60); }
H1.HeaderClassName
{
color: #231D3C;
}
.AnyTagClassName
{
color: #231D3C;
}
</style>
background-color css
<style>
a { background-color: #231D3C; }
a { background-color: rgb(35,29,60); }
div.DivClassName
{
background-color: #231D3C;
}
.BgClassName
{
background-color: #231D3C;
}
</style>
border-color css
<style>
span { border-color: #231D3C; }
span { border-color: rgb(35,29,60); }
td.TdClassName
{
border-color: #231D3C;
}
.TagClassName
{
border-color: #231D3C;
}
</style>