Shades of Tiber #21474A
Tints of Tiber #21474A
RGB
CMYK
RGB Variations
Color information
#21474A (or 0x21474A) is known color: Tiber. HEX triplet: 21, 47 and 4A. RGB value is (33,71,74). Sum of RGB (Red+Green+Blue) = 33+71+74=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #21474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21474A is #DEB8B5. Grayscale: #3B3B3B. Windows color (decimal): -14596278 or 4867873. OLE color: 4867873.
HSL color Cylindrical-coordinate representation of color #21474A: hue angle of 184.39º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21474A is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 71 | 74 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.71 |
| HSL | 184.39º | 0.38% | 0.21% | - |
| HSV(B) | 184.39º | 0.55% | 0.29% | - |
| XYZ | 4.12 | 5.32 | 7.29 | - |
| YUV | 59.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 74 | 0.55 | 0.04 | 0 | 0.71 | 184.39 | 0.38 | 0.21 |
| Hex | 21 | 47 | 4A | 37 | 4 | 0 | 47 | B8 | 26 | 15 |
| Octal | 41 | 107 | 112 | 67 | 4 | 0 | 107 | 270 | 46 | 25 |
| Binary | 100001 | 1000111 | 1001010 | 110111 | 100 | 0 | 1000111 | 10111000 | 100110 | 10101 |
Color Harmonies of #21474A
Complementary color
Monochromatic Colors of #21474A
Black with #21474A
Text Example
Text Example
White with #21474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21474A; }
p { color: rgb(33,71,74); }
H1.HeaderClassName
{
color: #21474A;
}
.AnyTagClassName
{
color: #21474A;
}
</style>
background-color css
<style>
a { background-color: #21474A; }
a { background-color: rgb(33,71,74); }
div.DivClassName
{
background-color: #21474A;
}
.BgClassName
{
background-color: #21474A;
}
</style>
border-color css
<style>
span { border-color: #21474A; }
span { border-color: rgb(33,71,74); }
td.TdClassName
{
border-color: #21474A;
}
.TagClassName
{
border-color: #21474A;
}
</style>