Shades of Cyprus #00393B
Tints of Cyprus #00393B
RGB
CMYK
RGB Variations
Color information
#00393B (or 0x00393B) is known color: Cyprus. HEX triplet: 00, 39 and 3B. RGB value is (0,57,59). Sum of RGB (Red+Green+Blue) = 0+57+59=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #00393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00393B is #FFC6C4. Grayscale: #282828. Windows color (decimal): -16762565 or 3881216. OLE color: 3881216.
HSL color Cylindrical-coordinate representation of color #00393B: hue angle of 182.03º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00393B is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 57 | 59 | - |
| CMYK | 1 | 0.03 | 0 | 0.77 |
| HSL | 182.03º | 1% | 0.12% | - |
| HSV(B) | 182.03º | 1% | 0.23% | - |
| XYZ | 2.25 | 3.24 | 4.64 | - |
| YUV | 40.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 59 | 1 | 0.03 | 0 | 0.77 | 182.03 | 1 | 0.12 |
| Hex | 0 | 39 | 3B | 64 | 3 | 0 | 4D | B6 | 64 | C |
| Octal | 0 | 71 | 73 | 144 | 3 | 0 | 115 | 266 | 144 | 14 |
| Binary | 0 | 111001 | 111011 | 1100100 | 11 | 0 | 1001101 | 10110110 | 1100100 | 1100 |
Color Harmonies of #00393B
Complementary color
Monochromatic Colors of #00393B
Black with #00393B
Text Example
Text Example
White with #00393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00393B; }
p { color: rgb(0,57,59); }
H1.HeaderClassName
{
color: #00393B;
}
.AnyTagClassName
{
color: #00393B;
}
</style>
background-color css
<style>
a { background-color: #00393B; }
a { background-color: rgb(0,57,59); }
div.DivClassName
{
background-color: #00393B;
}
.BgClassName
{
background-color: #00393B;
}
</style>
border-color css
<style>
span { border-color: #00393B; }
span { border-color: rgb(0,57,59); }
td.TdClassName
{
border-color: #00393B;
}
.TagClassName
{
border-color: #00393B;
}
</style>