Shades of Cyprus #00403F
Tints of Cyprus #00403F
RGB
CMYK
RGB Variations
Color information
#00403F (or 0x00403F) is known color: Cyprus. HEX triplet: 00, 40 and 3F. RGB value is (0,64,63). Sum of RGB (Red+Green+Blue) = 0+64+63=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #00403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00403F is #FFBFC0. Grayscale: #2C2C2C. Windows color (decimal): -16760769 or 4145152. OLE color: 4145152.
HSL color Cylindrical-coordinate representation of color #00403F: hue angle of 179.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00403F is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 63 | - |
| CMYK | 1 | 0 | 0.02 | 0.75 |
| HSL | 179.06º | 1% | 0.13% | - |
| HSV(B) | 179.06º | 1% | 0.25% | - |
| XYZ | 2.73 | 4.03 | 5.34 | - |
| YUV | 44.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 63 | 1 | 0 | 0.02 | 0.75 | 179.06 | 1 | 0.13 |
| Hex | 0 | 40 | 3F | 64 | 0 | 2 | 4B | B3 | 64 | D |
| Octal | 0 | 100 | 77 | 144 | 0 | 2 | 113 | 263 | 144 | 15 |
| Binary | 0 | 1000000 | 111111 | 1100100 | 0 | 10 | 1001011 | 10110011 | 1100100 | 1101 |
Color Harmonies of #00403F
Complementary color
Monochromatic Colors of #00403F
Black with #00403F
Text Example
Text Example
White with #00403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00403F; }
p { color: rgb(0,64,63); }
H1.HeaderClassName
{
color: #00403F;
}
.AnyTagClassName
{
color: #00403F;
}
</style>
background-color css
<style>
a { background-color: #00403F; }
a { background-color: rgb(0,64,63); }
div.DivClassName
{
background-color: #00403F;
}
.BgClassName
{
background-color: #00403F;
}
</style>
border-color css
<style>
span { border-color: #00403F; }
span { border-color: rgb(0,64,63); }
td.TdClassName
{
border-color: #00403F;
}
.TagClassName
{
border-color: #00403F;
}
</style>