Shades of Revolver #38373D
Tints of Revolver #38373D
RGB
CMYK
RGB Variations
Color information
#38373D (or 0x38373D) is known color: Revolver. HEX triplet: 38, 37 and 3D. RGB value is (56,55,61). Sum of RGB (Red+Green+Blue) = 56+55+61=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: blue. Hex color #38373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38373D is #C7C8C2. Grayscale: #373737. Windows color (decimal): -13093059 or 4011832. OLE color: 4011832.
HSL color Cylindrical-coordinate representation of color #38373D: hue angle of 250º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #38373D is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 55 | 61 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.76 |
| HSL | 250º | 0.05% | 0.23% | - |
| HSV(B) | 250º | 0.1% | 0.24% | - |
| XYZ | 3.84 | 3.91 | 4.97 | - |
| YUV | 55.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 61 | 0.08 | 0.10 | 0 | 0.76 | 250 | 0.05 | 0.23 |
| Hex | 38 | 37 | 3D | 8 | A | 0 | 4C | FA | 5 | 17 |
| Octal | 70 | 67 | 75 | 10 | 12 | 0 | 114 | 372 | 5 | 27 |
| Binary | 111000 | 110111 | 111101 | 1000 | 1010 | 0 | 1001100 | 11111010 | 101 | 10111 |
Color Harmonies of #38373D
Complementary color
Monochromatic Colors of #38373D
Black with #38373D
Text Example
Text Example
White with #38373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38373D; }
p { color: rgb(56,55,61); }
H1.HeaderClassName
{
color: #38373D;
}
.AnyTagClassName
{
color: #38373D;
}
</style>
background-color css
<style>
a { background-color: #38373D; }
a { background-color: rgb(56,55,61); }
div.DivClassName
{
background-color: #38373D;
}
.BgClassName
{
background-color: #38373D;
}
</style>
border-color css
<style>
span { border-color: #38373D; }
span { border-color: rgb(56,55,61); }
td.TdClassName
{
border-color: #38373D;
}
.TagClassName
{
border-color: #38373D;
}
</style>