Shades of Cyprus #07383B
Tints of Cyprus #07383B
RGB
CMYK
RGB Variations
Color information
#07383B (or 0x07383B) is known color: Cyprus. HEX triplet: 07, 38 and 3B. RGB value is (7,56,59). Sum of RGB (Red+Green+Blue) = 7+56+59=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #07383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07383B is #F8C7C4. Grayscale: #292929. Windows color (decimal): -16304069 or 3880967. OLE color: 3880967.
HSL color Cylindrical-coordinate representation of color #07383B: hue angle of 183.46º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07383B is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 56 | 59 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.77 |
| HSL | 183.46º | 0.79% | 0.13% | - |
| HSV(B) | 183.46º | 0.88% | 0.23% | - |
| XYZ | 2.29 | 3.19 | 4.63 | - |
| YUV | 41.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 59 | 0.88 | 0.05 | 0 | 0.77 | 183.46 | 0.79 | 0.13 |
| Hex | 7 | 38 | 3B | 58 | 5 | 0 | 4D | B7 | 4F | D |
| Octal | 7 | 70 | 73 | 130 | 5 | 0 | 115 | 267 | 117 | 15 |
| Binary | 111 | 111000 | 111011 | 1011000 | 101 | 0 | 1001101 | 10110111 | 1001111 | 1101 |
Color Harmonies of #07383B
Complementary color
Monochromatic Colors of #07383B
Black with #07383B
Text Example
Text Example
White with #07383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07383B; }
p { color: rgb(7,56,59); }
H1.HeaderClassName
{
color: #07383B;
}
.AnyTagClassName
{
color: #07383B;
}
</style>
background-color css
<style>
a { background-color: #07383B; }
a { background-color: rgb(7,56,59); }
div.DivClassName
{
background-color: #07383B;
}
.BgClassName
{
background-color: #07383B;
}
</style>
border-color css
<style>
span { border-color: #07383B; }
span { border-color: rgb(7,56,59); }
td.TdClassName
{
border-color: #07383B;
}
.TagClassName
{
border-color: #07383B;
}
</style>