Shades of Oil #263123
Tints of Oil #263123
RGB
CMYK
RGB Variations
Color information
#263123 (or 0x263123) is known color: Oil. HEX triplet: 26, 31 and 23. RGB value is (38,49,35). Sum of RGB (Red+Green+Blue) = 38+49+35=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #263123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263123 is #D9CEDC. Grayscale: #2C2C2C. Windows color (decimal): -14274269 or 2306342. OLE color: 2306342.
HSL color Cylindrical-coordinate representation of color #263123: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #263123 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 35 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.81 |
| HSL | 107.14º | 0.17% | 0.16% | - |
| HSV(B) | 107.14º | 0.29% | 0.19% | - |
| XYZ | 2.2 | 2.73 | 2 | - |
| YUV | 44.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 35 | 0.22 | 0 | 0.29 | 0.81 | 107.14 | 0.17 | 0.16 |
| Hex | 26 | 31 | 23 | 16 | 0 | 1D | 51 | 6B | 11 | 10 |
| Octal | 46 | 61 | 43 | 26 | 0 | 35 | 121 | 153 | 21 | 20 |
| Binary | 100110 | 110001 | 100011 | 10110 | 0 | 11101 | 1010001 | 1101011 | 10001 | 10000 |
Color Harmonies of #263123
Complementary color
Monochromatic Colors of #263123
Black with #263123
Text Example
Text Example
White with #263123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263123; }
p { color: rgb(38,49,35); }
H1.HeaderClassName
{
color: #263123;
}
.AnyTagClassName
{
color: #263123;
}
</style>
background-color css
<style>
a { background-color: #263123; }
a { background-color: rgb(38,49,35); }
div.DivClassName
{
background-color: #263123;
}
.BgClassName
{
background-color: #263123;
}
</style>
border-color css
<style>
span { border-color: #263123; }
span { border-color: rgb(38,49,35); }
td.TdClassName
{
border-color: #263123;
}
.TagClassName
{
border-color: #263123;
}
</style>