Shades of Oil #262F23
Tints of Oil #262F23
RGB
CMYK
RGB Variations
Color information
#262F23 (or 0x262F23) is known color: Oil. HEX triplet: 26, 2F and 23. RGB value is (38,47,35). Sum of RGB (Red+Green+Blue) = 38+47+35=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #262F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F23 is #D9D0DC. Grayscale: #2A2A2A. Windows color (decimal): -14274781 or 2305830. OLE color: 2305830.
HSL color Cylindrical-coordinate representation of color #262F23: hue angle of 105º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #262F23 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 47 | 35 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.82 |
| HSL | 105º | 0.15% | 0.16% | - |
| HSV(B) | 105º | 0.26% | 0.18% | - |
| XYZ | 2.12 | 2.57 | 1.97 | - |
| YUV | 42.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 35 | 0.19 | 0 | 0.26 | 0.82 | 105 | 0.15 | 0.16 |
| Hex | 26 | 2F | 23 | 13 | 0 | 1A | 52 | 69 | F | 10 |
| Octal | 46 | 57 | 43 | 23 | 0 | 32 | 122 | 151 | 17 | 20 |
| Binary | 100110 | 101111 | 100011 | 10011 | 0 | 11010 | 1010010 | 1101001 | 1111 | 10000 |
Color Harmonies of #262F23
Complementary color
Monochromatic Colors of #262F23
Black with #262F23
Text Example
Text Example
White with #262F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F23; }
p { color: rgb(38,47,35); }
H1.HeaderClassName
{
color: #262F23;
}
.AnyTagClassName
{
color: #262F23;
}
</style>
background-color css
<style>
a { background-color: #262F23; }
a { background-color: rgb(38,47,35); }
div.DivClassName
{
background-color: #262F23;
}
.BgClassName
{
background-color: #262F23;
}
</style>
border-color css
<style>
span { border-color: #262F23; }
span { border-color: rgb(38,47,35); }
td.TdClassName
{
border-color: #262F23;
}
.TagClassName
{
border-color: #262F23;
}
</style>