Shades of Scrub #383932
Tints of Scrub #383932
RGB
CMYK
RGB Variations
Color information
#383932 (or 0x383932) is known color: Scrub. HEX triplet: 38, 39 and 32. RGB value is (56,57,50). Sum of RGB (Red+Green+Blue) = 56+57+50=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 57 - color contains mainly: green. Hex color #383932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383932 is #C7C6CD. Grayscale: #373737. Windows color (decimal): -13092558 or 3291448. OLE color: 3291448.
HSL color Cylindrical-coordinate representation of color #383932: hue angle of 68.57º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383932 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 50 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.78 |
| HSL | 68.57º | 0.07% | 0.21% | - |
| HSV(B) | 68.57º | 0.12% | 0.22% | - |
| XYZ | 3.67 | 4 | 3.6 | - |
| YUV | 55.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 50 | 0.02 | 0 | 0.12 | 0.78 | 68.57 | 0.07 | 0.21 |
| Hex | 38 | 39 | 32 | 2 | 0 | C | 4E | 45 | 7 | 15 |
| Octal | 70 | 71 | 62 | 2 | 0 | 14 | 116 | 105 | 7 | 25 |
| Binary | 111000 | 111001 | 110010 | 10 | 0 | 1100 | 1001110 | 1000101 | 111 | 10101 |
Color Harmonies of #383932
Complementary color
Monochromatic Colors of #383932
Black with #383932
Text Example
Text Example
White with #383932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383932; }
p { color: rgb(56,57,50); }
H1.HeaderClassName
{
color: #383932;
}
.AnyTagClassName
{
color: #383932;
}
</style>
background-color css
<style>
a { background-color: #383932; }
a { background-color: rgb(56,57,50); }
div.DivClassName
{
background-color: #383932;
}
.BgClassName
{
background-color: #383932;
}
</style>
border-color css
<style>
span { border-color: #383932; }
span { border-color: rgb(56,57,50); }
td.TdClassName
{
border-color: #383932;
}
.TagClassName
{
border-color: #383932;
}
</style>