Shades of Toledo #383034
Tints of Toledo #383034
RGB
CMYK
RGB Variations
Color information
#383034 (or 0x383034) is known color: Toledo. HEX triplet: 38, 30 and 34. RGB value is (56,48,52). Sum of RGB (Red+Green+Blue) = 56+48+52=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #383034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383034 is #C7CFCB. Grayscale: #323232. Windows color (decimal): -13094860 or 3420216. OLE color: 3420216.
HSL color Cylindrical-coordinate representation of color #383034: hue angle of 330º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383034 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 52 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.78 |
| HSL | 330º | 0.08% | 0.2% | - |
| HSV(B) | 330º | 0.14% | 0.22% | - |
| XYZ | 3.31 | 3.2 | 3.69 | - |
| YUV | 50.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 52 | 0 | 0.14 | 0.07 | 0.78 | 330 | 0.08 | 0.2 |
| Hex | 38 | 30 | 34 | 0 | E | 7 | 4E | 14A | 8 | 14 |
| Octal | 70 | 60 | 64 | 0 | 16 | 7 | 116 | 512 | 10 | 24 |
| Binary | 111000 | 110000 | 110100 | 0 | 1110 | 111 | 1001110 | 101001010 | 1000 | 10100 |
Color Harmonies of #383034
Complementary color
Monochromatic Colors of #383034
Black with #383034
Text Example
Text Example
White with #383034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383034; }
p { color: rgb(56,48,52); }
H1.HeaderClassName
{
color: #383034;
}
.AnyTagClassName
{
color: #383034;
}
</style>
background-color css
<style>
a { background-color: #383034; }
a { background-color: rgb(56,48,52); }
div.DivClassName
{
background-color: #383034;
}
.BgClassName
{
background-color: #383034;
}
</style>
border-color css
<style>
span { border-color: #383034; }
span { border-color: rgb(56,48,52); }
td.TdClassName
{
border-color: #383034;
}
.TagClassName
{
border-color: #383034;
}
</style>