Shades of Tuatara #41443A
Tints of Tuatara #41443A
RGB
CMYK
RGB Variations
Color information
#41443A (or 0x41443A) is known color: Tuatara. HEX triplet: 41, 44 and 3A. RGB value is (65,68,58). Sum of RGB (Red+Green+Blue) = 65+68+58=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 68 - color contains mainly: green. Hex color #41443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41443A is #BEBBC5. Grayscale: #424242. Windows color (decimal): -12499910 or 3818561. OLE color: 3818561.
HSL color Cylindrical-coordinate representation of color #41443A: hue angle of 78º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #41443A is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 68 | 58 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.73 |
| HSL | 78º | 0.08% | 0.25% | - |
| HSV(B) | 78º | 0.15% | 0.27% | - |
| XYZ | 5.01 | 5.56 | 4.81 | - |
| YUV | 65.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 68 | 58 | 0.04 | 0 | 0.15 | 0.73 | 78 | 0.08 | 0.25 |
| Hex | 41 | 44 | 3A | 4 | 0 | F | 49 | 4E | 8 | 19 |
| Octal | 101 | 104 | 72 | 4 | 0 | 17 | 111 | 116 | 10 | 31 |
| Binary | 1000001 | 1000100 | 111010 | 100 | 0 | 1111 | 1001001 | 1001110 | 1000 | 11001 |
Color Harmonies of #41443A
Complementary color
Monochromatic Colors of #41443A
Black with #41443A
Text Example
Text Example
White with #41443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41443A; }
p { color: rgb(65,68,58); }
H1.HeaderClassName
{
color: #41443A;
}
.AnyTagClassName
{
color: #41443A;
}
</style>
background-color css
<style>
a { background-color: #41443A; }
a { background-color: rgb(65,68,58); }
div.DivClassName
{
background-color: #41443A;
}
.BgClassName
{
background-color: #41443A;
}
</style>
border-color css
<style>
span { border-color: #41443A; }
span { border-color: rgb(65,68,58); }
td.TdClassName
{
border-color: #41443A;
}
.TagClassName
{
border-color: #41443A;
}
</style>