Shades of Java #31A099
Tints of Java #31A099
RGB
CMYK
RGB Variations
Color information
#31A099 (or 0x31A099) is known color: Java. HEX triplet: 31, A0 and 99. RGB value is (49,160,153). Sum of RGB (Red+Green+Blue) = 49+160+153=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #31A099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A099 is #CE5F66. Grayscale: #7D7D7D. Windows color (decimal): -13524839 or 10068017. OLE color: 10068017.
HSL color Cylindrical-coordinate representation of color #31A099: hue angle of 176.22º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A099 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 153 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.37 |
| HSL | 176.22º | 0.53% | 0.41% | - |
| HSV(B) | 176.22º | 0.69% | 0.63% | - |
| XYZ | 19.59 | 28.09 | 34.53 | - |
| YUV | 126.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 153 | 0.69 | 0 | 0.04 | 0.37 | 176.22 | 0.53 | 0.41 |
| Hex | 31 | A0 | 99 | 45 | 0 | 4 | 25 | B0 | 35 | 29 |
| Octal | 61 | 240 | 231 | 105 | 0 | 4 | 45 | 260 | 65 | 51 |
| Binary | 110001 | 10100000 | 10011001 | 1000101 | 0 | 100 | 100101 | 10110000 | 110101 | 101001 |
Color Harmonies of #31A099
Complementary color
Monochromatic Colors of #31A099
Black with #31A099
Text Example
Text Example
White with #31A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A099; }
p { color: rgb(49,160,153); }
H1.HeaderClassName
{
color: #31A099;
}
.AnyTagClassName
{
color: #31A099;
}
</style>
background-color css
<style>
a { background-color: #31A099; }
a { background-color: rgb(49,160,153); }
div.DivClassName
{
background-color: #31A099;
}
.BgClassName
{
background-color: #31A099;
}
</style>
border-color css
<style>
span { border-color: #31A099; }
span { border-color: rgb(49,160,153); }
td.TdClassName
{
border-color: #31A099;
}
.TagClassName
{
border-color: #31A099;
}
</style>