Shades of Java #319191
Tints of Java #319191
RGB
CMYK
RGB Variations
Color information
#319191 (or 0x319191) is known color: Java. HEX triplet: 31, 91 and 91. RGB value is (49,145,145). Sum of RGB (Red+Green+Blue) = 49+145+145=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #319191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319191 is #CE6E6E. Grayscale: #747474. Windows color (decimal): -13528687 or 9539889. OLE color: 9539889.
HSL color Cylindrical-coordinate representation of color #319191: hue angle of 180º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319191 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 145 | - |
| CMYK | 0.66 | 0 | 0 | 0.43 |
| HSL | 180º | 0.49% | 0.38% | - |
| HSV(B) | 180º | 0.66% | 0.57% | - |
| XYZ | 16.5 | 22.95 | 30.35 | - |
| YUV | 116.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 145 | 0.66 | 0 | 0 | 0.43 | 180 | 0.49 | 0.38 |
| Hex | 31 | 91 | 91 | 42 | 0 | 0 | 2B | B4 | 31 | 26 |
| Octal | 61 | 221 | 221 | 102 | 0 | 0 | 53 | 264 | 61 | 46 |
| Binary | 110001 | 10010001 | 10010001 | 1000010 | 0 | 0 | 101011 | 10110100 | 110001 | 100110 |
Color Harmonies of #319191
Complementary color
Monochromatic Colors of #319191
Black with #319191
Text Example
Text Example
White with #319191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319191; }
p { color: rgb(49,145,145); }
H1.HeaderClassName
{
color: #319191;
}
.AnyTagClassName
{
color: #319191;
}
</style>
background-color css
<style>
a { background-color: #319191; }
a { background-color: rgb(49,145,145); }
div.DivClassName
{
background-color: #319191;
}
.BgClassName
{
background-color: #319191;
}
</style>
border-color css
<style>
span { border-color: #319191; }
span { border-color: rgb(49,145,145); }
td.TdClassName
{
border-color: #319191;
}
.TagClassName
{
border-color: #319191;
}
</style>