Shades of Cyprus #08383C
Tints of Cyprus #08383C
RGB
CMYK
RGB Variations
Color information
#08383C (or 0x08383C) is known color: Cyprus. HEX triplet: 08, 38 and 3C. RGB value is (8,56,60). Sum of RGB (Red+Green+Blue) = 8+56+60=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #08383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08383C is #F7C7C3. Grayscale: #2A2A2A. Windows color (decimal): -16238532 or 3946504. OLE color: 3946504.
HSL color Cylindrical-coordinate representation of color #08383C: hue angle of 184.62º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08383C is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 56 | 60 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.76 |
| HSL | 184.62º | 0.76% | 0.13% | - |
| HSV(B) | 184.62º | 0.87% | 0.24% | - |
| XYZ | 2.33 | 3.21 | 4.77 | - |
| YUV | 42.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 60 | 0.87 | 0.07 | 0 | 0.76 | 184.62 | 0.76 | 0.13 |
| Hex | 8 | 38 | 3C | 57 | 7 | 0 | 4C | B9 | 4C | D |
| Octal | 10 | 70 | 74 | 127 | 7 | 0 | 114 | 271 | 114 | 15 |
| Binary | 1000 | 111000 | 111100 | 1010111 | 111 | 0 | 1001100 | 10111001 | 1001100 | 1101 |
Color Harmonies of #08383C
Complementary color
Monochromatic Colors of #08383C
Black with #08383C
Text Example
Text Example
White with #08383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08383C; }
p { color: rgb(8,56,60); }
H1.HeaderClassName
{
color: #08383C;
}
.AnyTagClassName
{
color: #08383C;
}
</style>
background-color css
<style>
a { background-color: #08383C; }
a { background-color: rgb(8,56,60); }
div.DivClassName
{
background-color: #08383C;
}
.BgClassName
{
background-color: #08383C;
}
</style>
border-color css
<style>
span { border-color: #08383C; }
span { border-color: rgb(8,56,60); }
td.TdClassName
{
border-color: #08383C;
}
.TagClassName
{
border-color: #08383C;
}
</style>