Shades of Toledo #383234
Tints of Toledo #383234
RGB
CMYK
RGB Variations
Color information
#383234 (or 0x383234) is known color: Toledo. HEX triplet: 38, 32 and 34. RGB value is (56,50,52). Sum of RGB (Red+Green+Blue) = 56+50+52=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 56 - color contains mainly: red. Hex color #383234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383234 is #C7CDCB. Grayscale: #343434. Windows color (decimal): -13094348 or 3420728. OLE color: 3420728.
HSL color Cylindrical-coordinate representation of color #383234: hue angle of 340º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383234 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 52 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.78 |
| HSL | 340º | 0.06% | 0.21% | - |
| HSV(B) | 340º | 0.11% | 0.22% | - |
| XYZ | 3.39 | 3.37 | 3.72 | - |
| YUV | 52.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 52 | 0 | 0.11 | 0.07 | 0.78 | 340 | 0.06 | 0.21 |
| Hex | 38 | 32 | 34 | 0 | B | 7 | 4E | 154 | 6 | 15 |
| Octal | 70 | 62 | 64 | 0 | 13 | 7 | 116 | 524 | 6 | 25 |
| Binary | 111000 | 110010 | 110100 | 0 | 1011 | 111 | 1001110 | 101010100 | 110 | 10101 |
Color Harmonies of #383234
Complementary color
Monochromatic Colors of #383234
Black with #383234
Text Example
Text Example
White with #383234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383234; }
p { color: rgb(56,50,52); }
H1.HeaderClassName
{
color: #383234;
}
.AnyTagClassName
{
color: #383234;
}
</style>
background-color css
<style>
a { background-color: #383234; }
a { background-color: rgb(56,50,52); }
div.DivClassName
{
background-color: #383234;
}
.BgClassName
{
background-color: #383234;
}
</style>
border-color css
<style>
span { border-color: #383234; }
span { border-color: rgb(56,50,52); }
td.TdClassName
{
border-color: #383234;
}
.TagClassName
{
border-color: #383234;
}
</style>