Shades of Cyprus #00383B
Tints of Cyprus #00383B
RGB
CMYK
RGB Variations
Color information
#00383B (or 0x00383B) is known color: Cyprus. HEX triplet: 00, 38 and 3B. RGB value is (0,56,59). Sum of RGB (Red+Green+Blue) = 0+56+59=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #00383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00383B is #FFC7C4. Grayscale: #272727. Windows color (decimal): -16762821 or 3880960. OLE color: 3880960.
HSL color Cylindrical-coordinate representation of color #00383B: hue angle of 183.05º 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 #00383B is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 56 | 59 | - |
| CMYK | 1 | 0.05 | 0 | 0.77 |
| HSL | 183.05º | 1% | 0.12% | - |
| HSV(B) | 183.05º | 1% | 0.23% | - |
| XYZ | 2.2 | 3.14 | 4.63 | - |
| YUV | 39.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 59 | 1 | 0.05 | 0 | 0.77 | 183.05 | 1 | 0.12 |
| Hex | 0 | 38 | 3B | 64 | 5 | 0 | 4D | B7 | 64 | C |
| Octal | 0 | 70 | 73 | 144 | 5 | 0 | 115 | 267 | 144 | 14 |
| Binary | 0 | 111000 | 111011 | 1100100 | 101 | 0 | 1001101 | 10110111 | 1100100 | 1100 |
Color Harmonies of #00383B
Complementary color
Monochromatic Colors of #00383B
Black with #00383B
Text Example
Text Example
White with #00383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00383B; }
p { color: rgb(0,56,59); }
H1.HeaderClassName
{
color: #00383B;
}
.AnyTagClassName
{
color: #00383B;
}
</style>
background-color css
<style>
a { background-color: #00383B; }
a { background-color: rgb(0,56,59); }
div.DivClassName
{
background-color: #00383B;
}
.BgClassName
{
background-color: #00383B;
}
</style>
border-color css
<style>
span { border-color: #00383B; }
span { border-color: rgb(0,56,59); }
td.TdClassName
{
border-color: #00383B;
}
.TagClassName
{
border-color: #00383B;
}
</style>