Shades of Oracle #385151
Tints of Oracle #385151
RGB
CMYK
RGB Variations
Color information
#385151 (or 0x385151) is known color: Oracle. HEX triplet: 38, 51 and 51. RGB value is (56,81,81). Sum of RGB (Red+Green+Blue) = 56+81+81=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #385151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385151 is #C7AEAE. Grayscale: #494949. Windows color (decimal): -13086383 or 5329208. OLE color: 5329208.
HSL color Cylindrical-coordinate representation of color #385151: hue angle of 180º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #385151 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 81 | 81 | - |
| CMYK | 0.31 | 0 | 0 | 0.68 |
| HSL | 180º | 0.18% | 0.27% | - |
| HSV(B) | 180º | 0.31% | 0.32% | - |
| XYZ | 6.06 | 7.32 | 8.88 | - |
| YUV | 73.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 81 | 0.31 | 0 | 0 | 0.68 | 180 | 0.18 | 0.27 |
| Hex | 38 | 51 | 51 | 1F | 0 | 0 | 44 | B4 | 12 | 1B |
| Octal | 70 | 121 | 121 | 37 | 0 | 0 | 104 | 264 | 22 | 33 |
| Binary | 111000 | 1010001 | 1010001 | 11111 | 0 | 0 | 1000100 | 10110100 | 10010 | 11011 |
Color Harmonies of #385151
Complementary color
Monochromatic Colors of #385151
Black with #385151
Text Example
Text Example
White with #385151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385151; }
p { color: rgb(56,81,81); }
H1.HeaderClassName
{
color: #385151;
}
.AnyTagClassName
{
color: #385151;
}
</style>
background-color css
<style>
a { background-color: #385151; }
a { background-color: rgb(56,81,81); }
div.DivClassName
{
background-color: #385151;
}
.BgClassName
{
background-color: #385151;
}
</style>
border-color css
<style>
span { border-color: #385151; }
span { border-color: rgb(56,81,81); }
td.TdClassName
{
border-color: #385151;
}
.TagClassName
{
border-color: #385151;
}
</style>