Shades of Toledo #302127
Tints of Toledo #302127
RGB
CMYK
RGB Variations
Color information
#302127 (or 0x302127) is known color: Toledo. HEX triplet: 30, 21 and 27. RGB value is (48,33,39). Sum of RGB (Red+Green+Blue) = 48+33+39=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302127 is #CFDED8. Grayscale: #262626. Windows color (decimal): -13623001 or 2564400. OLE color: 2564400.
HSL color Cylindrical-coordinate representation of color #302127: hue angle of 336º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302127 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 33 | 39 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.81 |
| HSL | 336º | 0.19% | 0.16% | - |
| HSV(B) | 336º | 0.31% | 0.19% | - |
| XYZ | 2.13 | 1.86 | 2.17 | - |
| YUV | 38.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 39 | 0 | 0.31 | 0.19 | 0.81 | 336 | 0.19 | 0.16 |
| Hex | 30 | 21 | 27 | 0 | 1F | 13 | 51 | 150 | 13 | 10 |
| Octal | 60 | 41 | 47 | 0 | 37 | 23 | 121 | 520 | 23 | 20 |
| Binary | 110000 | 100001 | 100111 | 0 | 11111 | 10011 | 1010001 | 101010000 | 10011 | 10000 |
Color Harmonies of #302127
Complementary color
Monochromatic Colors of #302127
Black with #302127
Text Example
Text Example
White with #302127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302127; }
p { color: rgb(48,33,39); }
H1.HeaderClassName
{
color: #302127;
}
.AnyTagClassName
{
color: #302127;
}
</style>
background-color css
<style>
a { background-color: #302127; }
a { background-color: rgb(48,33,39); }
div.DivClassName
{
background-color: #302127;
}
.BgClassName
{
background-color: #302127;
}
</style>
border-color css
<style>
span { border-color: #302127; }
span { border-color: rgb(48,33,39); }
td.TdClassName
{
border-color: #302127;
}
.TagClassName
{
border-color: #302127;
}
</style>