Shades of Tuatara #42433F
Tints of Tuatara #42433F
RGB
CMYK
RGB Variations
Color information
#42433F (or 0x42433F) is known color: Tuatara. HEX triplet: 42, 43 and 3F. RGB value is (66,67,63). Sum of RGB (Red+Green+Blue) = 66+67+63=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 67 - color contains mainly: green. Hex color #42433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42433F is #BDBCC0. Grayscale: #424242. Windows color (decimal): -12434625 or 4145986. OLE color: 4145986.
HSL color Cylindrical-coordinate representation of color #42433F: hue angle of 75º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #42433F is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 63 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.74 |
| HSL | 75º | 0.03% | 0.25% | - |
| HSV(B) | 75º | 0.06% | 0.26% | - |
| XYZ | 5.15 | 5.53 | 5.5 | - |
| YUV | 66.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 63 | 0.01 | 0 | 0.06 | 0.74 | 75 | 0.03 | 0.25 |
| Hex | 42 | 43 | 3F | 1 | 0 | 6 | 4A | 4B | 3 | 19 |
| Octal | 102 | 103 | 77 | 1 | 0 | 6 | 112 | 113 | 3 | 31 |
| Binary | 1000010 | 1000011 | 111111 | 1 | 0 | 110 | 1001010 | 1001011 | 11 | 11001 |
Color Harmonies of #42433F
Complementary color
Monochromatic Colors of #42433F
Black with #42433F
Text Example
Text Example
White with #42433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42433F; }
p { color: rgb(66,67,63); }
H1.HeaderClassName
{
color: #42433F;
}
.AnyTagClassName
{
color: #42433F;
}
</style>
background-color css
<style>
a { background-color: #42433F; }
a { background-color: rgb(66,67,63); }
div.DivClassName
{
background-color: #42433F;
}
.BgClassName
{
background-color: #42433F;
}
</style>
border-color css
<style>
span { border-color: #42433F; }
span { border-color: rgb(66,67,63); }
td.TdClassName
{
border-color: #42433F;
}
.TagClassName
{
border-color: #42433F;
}
</style>