Shades of Toledo #38282F
Tints of Toledo #38282F
RGB
CMYK
RGB Variations
Color information
#38282F (or 0x38282F) is known color: Toledo. HEX triplet: 38, 28 and 2F. RGB value is (56,40,47). Sum of RGB (Red+Green+Blue) = 56+40+47=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #38282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38282F is #C7D7D0. Grayscale: #2D2D2D. Windows color (decimal): -13096913 or 3090488. OLE color: 3090488.
HSL color Cylindrical-coordinate representation of color #38282F: hue angle of 333.75º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38282F is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 47 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.78 |
| HSL | 333.75º | 0.17% | 0.19% | - |
| HSV(B) | 333.75º | 0.29% | 0.22% | - |
| XYZ | 2.9 | 2.56 | 3.03 | - |
| YUV | 45.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 47 | 0 | 0.29 | 0.16 | 0.78 | 333.75 | 0.17 | 0.19 |
| Hex | 38 | 28 | 2F | 0 | 1D | 10 | 4E | 14E | 11 | 13 |
| Octal | 70 | 50 | 57 | 0 | 35 | 20 | 116 | 516 | 21 | 23 |
| Binary | 111000 | 101000 | 101111 | 0 | 11101 | 10000 | 1001110 | 101001110 | 10001 | 10011 |
Color Harmonies of #38282F
Complementary color
Monochromatic Colors of #38282F
Black with #38282F
Text Example
Text Example
White with #38282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38282F; }
p { color: rgb(56,40,47); }
H1.HeaderClassName
{
color: #38282F;
}
.AnyTagClassName
{
color: #38282F;
}
</style>
background-color css
<style>
a { background-color: #38282F; }
a { background-color: rgb(56,40,47); }
div.DivClassName
{
background-color: #38282F;
}
.BgClassName
{
background-color: #38282F;
}
</style>
border-color css
<style>
span { border-color: #38282F; }
span { border-color: rgb(56,40,47); }
td.TdClassName
{
border-color: #38282F;
}
.TagClassName
{
border-color: #38282F;
}
</style>