Shades of Oil #363C33
Tints of Oil #363C33
RGB
CMYK
RGB Variations
Color information
#363C33 (or 0x363C33) is known color: Oil. HEX triplet: 36, 3C and 33. RGB value is (54,60,51). Sum of RGB (Red+Green+Blue) = 54+60+51=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 60 - color contains mainly: green. Hex color #363C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C33 is #C9C3CC. Grayscale: #393939. Windows color (decimal): -13222861 or 3357750. OLE color: 3357750.
HSL color Cylindrical-coordinate representation of color #363C33: hue angle of 100º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #363C33 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 60 | 51 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.76 |
| HSL | 100º | 0.08% | 0.22% | - |
| HSV(B) | 100º | 0.15% | 0.24% | - |
| XYZ | 3.73 | 4.26 | 3.76 | - |
| YUV | 57.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 51 | 0.10 | 0 | 0.15 | 0.76 | 100 | 0.08 | 0.22 |
| Hex | 36 | 3C | 33 | A | 0 | F | 4C | 64 | 8 | 16 |
| Octal | 66 | 74 | 63 | 12 | 0 | 17 | 114 | 144 | 10 | 26 |
| Binary | 110110 | 111100 | 110011 | 1010 | 0 | 1111 | 1001100 | 1100100 | 1000 | 10110 |
Color Harmonies of #363C33
Complementary color
Monochromatic Colors of #363C33
Black with #363C33
Text Example
Text Example
White with #363C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C33; }
p { color: rgb(54,60,51); }
H1.HeaderClassName
{
color: #363C33;
}
.AnyTagClassName
{
color: #363C33;
}
</style>
background-color css
<style>
a { background-color: #363C33; }
a { background-color: rgb(54,60,51); }
div.DivClassName
{
background-color: #363C33;
}
.BgClassName
{
background-color: #363C33;
}
</style>
border-color css
<style>
span { border-color: #363C33; }
span { border-color: rgb(54,60,51); }
td.TdClassName
{
border-color: #363C33;
}
.TagClassName
{
border-color: #363C33;
}
</style>