Shades of Oil #283425
Tints of Oil #283425
RGB
CMYK
RGB Variations
Color information
#283425 (or 0x283425) is known color: Oil. HEX triplet: 28, 34 and 25. RGB value is (40,52,37). Sum of RGB (Red+Green+Blue) = 40+52+37=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #283425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283425 is #D7CBDA. Grayscale: #2E2E2E. Windows color (decimal): -14142427 or 2438184. OLE color: 2438184.
HSL color Cylindrical-coordinate representation of color #283425: hue angle of 108º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #283425 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 52 | 37 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.80 |
| HSL | 108º | 0.17% | 0.17% | - |
| HSV(B) | 108º | 0.29% | 0.2% | - |
| XYZ | 2.44 | 3.04 | 2.21 | - |
| YUV | 46.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 37 | 0.23 | 0 | 0.29 | 0.80 | 108 | 0.17 | 0.17 |
| Hex | 28 | 34 | 25 | 17 | 0 | 1D | 50 | 6C | 11 | 11 |
| Octal | 50 | 64 | 45 | 27 | 0 | 35 | 120 | 154 | 21 | 21 |
| Binary | 101000 | 110100 | 100101 | 10111 | 0 | 11101 | 1010000 | 1101100 | 10001 | 10001 |
Color Harmonies of #283425
Complementary color
Monochromatic Colors of #283425
Black with #283425
Text Example
Text Example
White with #283425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283425; }
p { color: rgb(40,52,37); }
H1.HeaderClassName
{
color: #283425;
}
.AnyTagClassName
{
color: #283425;
}
</style>
background-color css
<style>
a { background-color: #283425; }
a { background-color: rgb(40,52,37); }
div.DivClassName
{
background-color: #283425;
}
.BgClassName
{
background-color: #283425;
}
</style>
border-color css
<style>
span { border-color: #283425; }
span { border-color: rgb(40,52,37); }
td.TdClassName
{
border-color: #283425;
}
.TagClassName
{
border-color: #283425;
}
</style>