Shades of Oil #262A25
Tints of Oil #262A25
RGB
CMYK
RGB Variations
Color information
#262A25 (or 0x262A25) is known color: Oil. HEX triplet: 26, 2A and 25. RGB value is (38,42,37). Sum of RGB (Red+Green+Blue) = 38+42+37=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 42 - color contains mainly: green. Hex color #262A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A25 is #D9D5DA. Grayscale: #282828. Windows color (decimal): -14276059 or 2435622. OLE color: 2435622.
HSL color Cylindrical-coordinate representation of color #262A25: hue angle of 108º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #262A25 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 42 | 37 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.84 |
| HSL | 108º | 0.06% | 0.15% | - |
| HSV(B) | 108º | 0.12% | 0.16% | - |
| XYZ | 1.96 | 2.2 | 2.07 | - |
| YUV | 40.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 37 | 0.10 | 0 | 0.12 | 0.84 | 108 | 0.06 | 0.15 |
| Hex | 26 | 2A | 25 | A | 0 | C | 54 | 6C | 6 | F |
| Octal | 46 | 52 | 45 | 12 | 0 | 14 | 124 | 154 | 6 | 17 |
| Binary | 100110 | 101010 | 100101 | 1010 | 0 | 1100 | 1010100 | 1101100 | 110 | 1111 |
Color Harmonies of #262A25
Complementary color
Monochromatic Colors of #262A25
Black with #262A25
Text Example
Text Example
White with #262A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A25; }
p { color: rgb(38,42,37); }
H1.HeaderClassName
{
color: #262A25;
}
.AnyTagClassName
{
color: #262A25;
}
</style>
background-color css
<style>
a { background-color: #262A25; }
a { background-color: rgb(38,42,37); }
div.DivClassName
{
background-color: #262A25;
}
.BgClassName
{
background-color: #262A25;
}
</style>
border-color css
<style>
span { border-color: #262A25; }
span { border-color: rgb(38,42,37); }
td.TdClassName
{
border-color: #262A25;
}
.TagClassName
{
border-color: #262A25;
}
</style>