Shades of Tiber #254545
Tints of Tiber #254545
RGB
CMYK
RGB Variations
Color information
#254545 (or 0x254545) is known color: Tiber. HEX triplet: 25, 45 and 45. RGB value is (37,69,69). Sum of RGB (Red+Green+Blue) = 37+69+69=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #254545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254545 is #DABABA. Grayscale: #3B3B3B. Windows color (decimal): -14334651 or 4539685. OLE color: 4539685.
HSL color Cylindrical-coordinate representation of color #254545: hue angle of 180º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254545 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 69 | 69 | - |
| CMYK | 0.46 | 0 | 0 | 0.73 |
| HSL | 180º | 0.3% | 0.21% | - |
| HSV(B) | 180º | 0.46% | 0.27% | - |
| XYZ | 3.97 | 5.08 | 6.4 | - |
| YUV | 59.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 69 | 0.46 | 0 | 0 | 0.73 | 180 | 0.3 | 0.21 |
| Hex | 25 | 45 | 45 | 2E | 0 | 0 | 49 | B4 | 1E | 15 |
| Octal | 45 | 105 | 105 | 56 | 0 | 0 | 111 | 264 | 36 | 25 |
| Binary | 100101 | 1000101 | 1000101 | 101110 | 0 | 0 | 1001001 | 10110100 | 11110 | 10101 |
Color Harmonies of #254545
Complementary color
Monochromatic Colors of #254545
Black with #254545
Text Example
Text Example
White with #254545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254545; }
p { color: rgb(37,69,69); }
H1.HeaderClassName
{
color: #254545;
}
.AnyTagClassName
{
color: #254545;
}
</style>
background-color css
<style>
a { background-color: #254545; }
a { background-color: rgb(37,69,69); }
div.DivClassName
{
background-color: #254545;
}
.BgClassName
{
background-color: #254545;
}
</style>
border-color css
<style>
span { border-color: #254545; }
span { border-color: rgb(37,69,69); }
td.TdClassName
{
border-color: #254545;
}
.TagClassName
{
border-color: #254545;
}
</style>