Shades of Java #1F9385
Tints of Java #1F9385
RGB
CMYK
RGB Variations
Color information
#1F9385 (or 0x1F9385) is known color: Java. HEX triplet: 1F, 93 and 85. RGB value is (31,147,133). Sum of RGB (Red+Green+Blue) = 31+147+133=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9385 is #E06C7A. Grayscale: #6E6E6E. Windows color (decimal): -14707835 or 8753951. OLE color: 8753951.
HSL color Cylindrical-coordinate representation of color #1F9385: hue angle of 172.76º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9385 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 133 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.42 |
| HSL | 172.76º | 0.65% | 0.35% | - |
| HSV(B) | 172.76º | 0.79% | 0.58% | - |
| XYZ | 15.23 | 22.85 | 25.8 | - |
| YUV | 110.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 133 | 0.79 | 0 | 0.10 | 0.42 | 172.76 | 0.65 | 0.35 |
| Hex | 1F | 93 | 85 | 4F | 0 | A | 2A | AD | 41 | 23 |
| Octal | 37 | 223 | 205 | 117 | 0 | 12 | 52 | 255 | 101 | 43 |
| Binary | 11111 | 10010011 | 10000101 | 1001111 | 0 | 1010 | 101010 | 10101101 | 1000001 | 100011 |
Color Harmonies of #1F9385
Complementary color
Monochromatic Colors of #1F9385
Black with #1F9385
Text Example
Text Example
White with #1F9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9385; }
p { color: rgb(31,147,133); }
H1.HeaderClassName
{
color: #1F9385;
}
.AnyTagClassName
{
color: #1F9385;
}
</style>
background-color css
<style>
a { background-color: #1F9385; }
a { background-color: rgb(31,147,133); }
div.DivClassName
{
background-color: #1F9385;
}
.BgClassName
{
background-color: #1F9385;
}
</style>
border-color css
<style>
span { border-color: #1F9385; }
span { border-color: rgb(31,147,133); }
td.TdClassName
{
border-color: #1F9385;
}
.TagClassName
{
border-color: #1F9385;
}
</style>