Shades of Oracle #385353
Tints of Oracle #385353
RGB
CMYK
RGB Variations
Color information
#385353 (or 0x385353) is known color: Oracle. HEX triplet: 38, 53 and 53. RGB value is (56,83,83). Sum of RGB (Red+Green+Blue) = 56+83+83=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #385353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385353 is #C7ACAC. Grayscale: #4A4A4A. Windows color (decimal): -13085869 or 5460792. OLE color: 5460792.
HSL color Cylindrical-coordinate representation of color #385353: hue angle of 180º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385353 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 83 | 83 | - |
| CMYK | 0.33 | 0 | 0 | 0.67 |
| HSL | 180º | 0.19% | 0.27% | - |
| HSV(B) | 180º | 0.33% | 0.33% | - |
| XYZ | 6.29 | 7.65 | 9.33 | - |
| YUV | 74.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 83 | 0.33 | 0 | 0 | 0.67 | 180 | 0.19 | 0.27 |
| Hex | 38 | 53 | 53 | 21 | 0 | 0 | 43 | B4 | 13 | 1B |
| Octal | 70 | 123 | 123 | 41 | 0 | 0 | 103 | 264 | 23 | 33 |
| Binary | 111000 | 1010011 | 1010011 | 100001 | 0 | 0 | 1000011 | 10110100 | 10011 | 11011 |
Color Harmonies of #385353
Complementary color
Monochromatic Colors of #385353
Black with #385353
Text Example
Text Example
White with #385353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385353; }
p { color: rgb(56,83,83); }
H1.HeaderClassName
{
color: #385353;
}
.AnyTagClassName
{
color: #385353;
}
</style>
background-color css
<style>
a { background-color: #385353; }
a { background-color: rgb(56,83,83); }
div.DivClassName
{
background-color: #385353;
}
.BgClassName
{
background-color: #385353;
}
</style>
border-color css
<style>
span { border-color: #385353; }
span { border-color: rgb(56,83,83); }
td.TdClassName
{
border-color: #385353;
}
.TagClassName
{
border-color: #385353;
}
</style>