Shades of Cyprus #00443B
Tints of Cyprus #00443B
RGB
CMYK
RGB Variations
Color information
#00443B (or 0x00443B) is known color: Cyprus. HEX triplet: 00, 44 and 3B. RGB value is (0,68,59). Sum of RGB (Red+Green+Blue) = 0+68+59=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #00443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00443B is #FFBBC4. Grayscale: #2E2E2E. Windows color (decimal): -16759749 or 3884032. OLE color: 3884032.
HSL color Cylindrical-coordinate representation of color #00443B: hue angle of 172.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00443B is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 68 | 59 | - |
| CMYK | 1 | 0 | 0.13 | 0.73 |
| HSL | 172.06º | 1% | 0.13% | - |
| HSV(B) | 172.06º | 1% | 0.27% | - |
| XYZ | 2.86 | 4.45 | 4.85 | - |
| YUV | 46.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 59 | 1 | 0 | 0.13 | 0.73 | 172.06 | 1 | 0.13 |
| Hex | 0 | 44 | 3B | 64 | 0 | D | 49 | AC | 64 | D |
| Octal | 0 | 104 | 73 | 144 | 0 | 15 | 111 | 254 | 144 | 15 |
| Binary | 0 | 1000100 | 111011 | 1100100 | 0 | 1101 | 1001001 | 10101100 | 1100100 | 1101 |
Color Harmonies of #00443B
Complementary color
Monochromatic Colors of #00443B
Black with #00443B
Text Example
Text Example
White with #00443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00443B; }
p { color: rgb(0,68,59); }
H1.HeaderClassName
{
color: #00443B;
}
.AnyTagClassName
{
color: #00443B;
}
</style>
background-color css
<style>
a { background-color: #00443B; }
a { background-color: rgb(0,68,59); }
div.DivClassName
{
background-color: #00443B;
}
.BgClassName
{
background-color: #00443B;
}
</style>
border-color css
<style>
span { border-color: #00443B; }
span { border-color: rgb(0,68,59); }
td.TdClassName
{
border-color: #00443B;
}
.TagClassName
{
border-color: #00443B;
}
</style>