Shades of Toledo #302E2F
Tints of Toledo #302E2F
RGB
CMYK
RGB Variations
Color information
#302E2F (or 0x302E2F) is known color: Toledo. HEX triplet: 30, 2E and 2F. RGB value is (48,46,47). Sum of RGB (Red+Green+Blue) = 48+46+47=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 48 - color contains mainly: red. Hex color #302E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E2F is #CFD1D0. Grayscale: #2E2E2E. Windows color (decimal): -13619665 or 3092016. OLE color: 3092016.
HSL color Cylindrical-coordinate representation of color #302E2F: hue angle of 330º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #302E2F is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 47 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.81 |
| HSL | 330º | 0.02% | 0.18% | - |
| HSV(B) | 330º | 0.04% | 0.19% | - |
| XYZ | 2.71 | 2.79 | 3.08 | - |
| YUV | 46.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 47 | 0 | 0.04 | 0.02 | 0.81 | 330 | 0.02 | 0.18 |
| Hex | 30 | 2E | 2F | 0 | 4 | 2 | 51 | 14A | 2 | 12 |
| Octal | 60 | 56 | 57 | 0 | 4 | 2 | 121 | 512 | 2 | 22 |
| Binary | 110000 | 101110 | 101111 | 0 | 100 | 10 | 1010001 | 101001010 | 10 | 10010 |
Color Harmonies of #302E2F
Complementary color
Monochromatic Colors of #302E2F
Black with #302E2F
Text Example
Text Example
White with #302E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E2F; }
p { color: rgb(48,46,47); }
H1.HeaderClassName
{
color: #302E2F;
}
.AnyTagClassName
{
color: #302E2F;
}
</style>
background-color css
<style>
a { background-color: #302E2F; }
a { background-color: rgb(48,46,47); }
div.DivClassName
{
background-color: #302E2F;
}
.BgClassName
{
background-color: #302E2F;
}
</style>
border-color css
<style>
span { border-color: #302E2F; }
span { border-color: rgb(48,46,47); }
td.TdClassName
{
border-color: #302E2F;
}
.TagClassName
{
border-color: #302E2F;
}
</style>