Shades of Tuatara #41423F
Tints of Tuatara #41423F
RGB
CMYK
RGB Variations
Color information
#41423F (or 0x41423F) is known color: Tuatara. HEX triplet: 41, 42 and 3F. RGB value is (65,66,63). Sum of RGB (Red+Green+Blue) = 65+66+63=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 66 - color contains mainly: green. Hex color #41423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41423F is #BEBDC0. Grayscale: #414141. Windows color (decimal): -12500417 or 4145729. OLE color: 4145729.
HSL color Cylindrical-coordinate representation of color #41423F: hue angle of 80º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #41423F is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 66 | 63 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.74 |
| HSL | 80º | 0.02% | 0.25% | - |
| HSV(B) | 80º | 0.05% | 0.26% | - |
| XYZ | 5.03 | 5.38 | 5.48 | - |
| YUV | 65.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 63 | 0.02 | 0 | 0.05 | 0.74 | 80 | 0.02 | 0.25 |
| Hex | 41 | 42 | 3F | 2 | 0 | 5 | 4A | 50 | 2 | 19 |
| Octal | 101 | 102 | 77 | 2 | 0 | 5 | 112 | 120 | 2 | 31 |
| Binary | 1000001 | 1000010 | 111111 | 10 | 0 | 101 | 1001010 | 1010000 | 10 | 11001 |
Color Harmonies of #41423F
Complementary color
Monochromatic Colors of #41423F
Black with #41423F
Text Example
Text Example
White with #41423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41423F; }
p { color: rgb(65,66,63); }
H1.HeaderClassName
{
color: #41423F;
}
.AnyTagClassName
{
color: #41423F;
}
</style>
background-color css
<style>
a { background-color: #41423F; }
a { background-color: rgb(65,66,63); }
div.DivClassName
{
background-color: #41423F;
}
.BgClassName
{
background-color: #41423F;
}
</style>
border-color css
<style>
span { border-color: #41423F; }
span { border-color: rgb(65,66,63); }
td.TdClassName
{
border-color: #41423F;
}
.TagClassName
{
border-color: #41423F;
}
</style>