Shades of Scrub #383931
Tints of Scrub #383931
RGB
CMYK
RGB Variations
Color information
#383931 (or 0x383931) is known color: Scrub. HEX triplet: 38, 39 and 31. RGB value is (56,57,49). Sum of RGB (Red+Green+Blue) = 56+57+49=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 57 - color contains mainly: green. Hex color #383931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383931 is #C7C6CE. Grayscale: #373737. Windows color (decimal): -13092559 or 3225912. OLE color: 3225912.
HSL color Cylindrical-coordinate representation of color #383931: hue angle of 67.5º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383931 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 49 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.78 |
| HSL | 67.5º | 0.08% | 0.21% | - |
| HSV(B) | 67.5º | 0.14% | 0.22% | - |
| XYZ | 3.65 | 3.99 | 3.48 | - |
| YUV | 55.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 49 | 0.02 | 0 | 0.14 | 0.78 | 67.5 | 0.08 | 0.21 |
| Hex | 38 | 39 | 31 | 2 | 0 | E | 4E | 44 | 8 | 15 |
| Octal | 70 | 71 | 61 | 2 | 0 | 16 | 116 | 104 | 10 | 25 |
| Binary | 111000 | 111001 | 110001 | 10 | 0 | 1110 | 1001110 | 1000100 | 1000 | 10101 |
Color Harmonies of #383931
Complementary color
Monochromatic Colors of #383931
Black with #383931
Text Example
Text Example
White with #383931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383931; }
p { color: rgb(56,57,49); }
H1.HeaderClassName
{
color: #383931;
}
.AnyTagClassName
{
color: #383931;
}
</style>
background-color css
<style>
a { background-color: #383931; }
a { background-color: rgb(56,57,49); }
div.DivClassName
{
background-color: #383931;
}
.BgClassName
{
background-color: #383931;
}
</style>
border-color css
<style>
span { border-color: #383931; }
span { border-color: rgb(56,57,49); }
td.TdClassName
{
border-color: #383931;
}
.TagClassName
{
border-color: #383931;
}
</style>