Shades of Oil #252C23
Tints of Oil #252C23
RGB
CMYK
RGB Variations
Color information
#252C23 (or 0x252C23) is known color: Oil. HEX triplet: 25, 2C and 23. RGB value is (37,44,35). Sum of RGB (Red+Green+Blue) = 37+44+35=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 44 - color contains mainly: green. Hex color #252C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C23 is #DAD3DC. Grayscale: #282828. Windows color (decimal): -14341085 or 2305061. OLE color: 2305061.
HSL color Cylindrical-coordinate representation of color #252C23: hue angle of 106.67º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #252C23 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 44 | 35 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.83 |
| HSL | 106.67º | 0.11% | 0.15% | - |
| HSV(B) | 106.67º | 0.2% | 0.17% | - |
| XYZ | 1.97 | 2.32 | 1.93 | - |
| YUV | 40.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 35 | 0.16 | 0 | 0.20 | 0.83 | 106.67 | 0.11 | 0.15 |
| Hex | 25 | 2C | 23 | 10 | 0 | 14 | 53 | 6B | B | F |
| Octal | 45 | 54 | 43 | 20 | 0 | 24 | 123 | 153 | 13 | 17 |
| Binary | 100101 | 101100 | 100011 | 10000 | 0 | 10100 | 1010011 | 1101011 | 1011 | 1111 |
Color Harmonies of #252C23
Complementary color
Monochromatic Colors of #252C23
Black with #252C23
Text Example
Text Example
White with #252C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C23; }
p { color: rgb(37,44,35); }
H1.HeaderClassName
{
color: #252C23;
}
.AnyTagClassName
{
color: #252C23;
}
</style>
background-color css
<style>
a { background-color: #252C23; }
a { background-color: rgb(37,44,35); }
div.DivClassName
{
background-color: #252C23;
}
.BgClassName
{
background-color: #252C23;
}
</style>
border-color css
<style>
span { border-color: #252C23; }
span { border-color: rgb(37,44,35); }
td.TdClassName
{
border-color: #252C23;
}
.TagClassName
{
border-color: #252C23;
}
</style>