Shades of Java #219181
Tints of Java #219181
RGB
CMYK
RGB Variations
Color information
#219181 (or 0x219181) is known color: Java. HEX triplet: 21, 91 and 81. RGB value is (33,145,129). Sum of RGB (Red+Green+Blue) = 33+145+129=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #219181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219181 is #DE6E7E. Grayscale: #6D6D6D. Windows color (decimal): -14577279 or 8491297. OLE color: 8491297.
HSL color Cylindrical-coordinate representation of color #219181: hue angle of 171.43º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219181 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 129 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.43 |
| HSL | 171.43º | 0.63% | 0.35% | - |
| HSV(B) | 171.43º | 0.77% | 0.57% | - |
| XYZ | 14.72 | 22.16 | 24.27 | - |
| YUV | 109.69 | 138.89 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 129 | 0.77 | 0 | 0.11 | 0.43 | 171.43 | 0.63 | 0.35 |
| Hex | 21 | 91 | 81 | 4D | 0 | B | 2B | AB | 3F | 23 |
| Octal | 41 | 221 | 201 | 115 | 0 | 13 | 53 | 253 | 77 | 43 |
| Binary | 100001 | 10010001 | 10000001 | 1001101 | 0 | 1011 | 101011 | 10101011 | 111111 | 100011 |
Color Harmonies of #219181
Complementary color
Monochromatic Colors of #219181
Black with #219181
Text Example
Text Example
White with #219181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219181; }
p { color: rgb(33,145,129); }
H1.HeaderClassName
{
color: #219181;
}
.AnyTagClassName
{
color: #219181;
}
</style>
background-color css
<style>
a { background-color: #219181; }
a { background-color: rgb(33,145,129); }
div.DivClassName
{
background-color: #219181;
}
.BgClassName
{
background-color: #219181;
}
</style>
border-color css
<style>
span { border-color: #219181; }
span { border-color: rgb(33,145,129); }
td.TdClassName
{
border-color: #219181;
}
.TagClassName
{
border-color: #219181;
}
</style>