Shades of Revolver #302F3C
Tints of Revolver #302F3C
RGB
CMYK
RGB Variations
Color information
#302F3C (or 0x302F3C) is known color: Revolver. HEX triplet: 30, 2F and 3C. RGB value is (48,47,60). Sum of RGB (Red+Green+Blue) = 48+47+60=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: blue. Hex color #302F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F3C is #CFD0C3. Grayscale: #303030. Windows color (decimal): -13619396 or 3944240. OLE color: 3944240.
HSL color Cylindrical-coordinate representation of color #302F3C: hue angle of 244.62º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #302F3C is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 47 | 60 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.76 |
| HSL | 244.62º | 0.12% | 0.21% | - |
| HSV(B) | 244.62º | 0.22% | 0.24% | - |
| XYZ | 3.05 | 2.99 | 4.69 | - |
| YUV | 48.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 60 | 0.20 | 0.22 | 0 | 0.76 | 244.62 | 0.12 | 0.21 |
| Hex | 30 | 2F | 3C | 14 | 16 | 0 | 4C | F5 | C | 15 |
| Octal | 60 | 57 | 74 | 24 | 26 | 0 | 114 | 365 | 14 | 25 |
| Binary | 110000 | 101111 | 111100 | 10100 | 10110 | 0 | 1001100 | 11110101 | 1100 | 10101 |
Color Harmonies of #302F3C
Complementary color
Monochromatic Colors of #302F3C
Black with #302F3C
Text Example
Text Example
White with #302F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F3C; }
p { color: rgb(48,47,60); }
H1.HeaderClassName
{
color: #302F3C;
}
.AnyTagClassName
{
color: #302F3C;
}
</style>
background-color css
<style>
a { background-color: #302F3C; }
a { background-color: rgb(48,47,60); }
div.DivClassName
{
background-color: #302F3C;
}
.BgClassName
{
background-color: #302F3C;
}
</style>
border-color css
<style>
span { border-color: #302F3C; }
span { border-color: rgb(48,47,60); }
td.TdClassName
{
border-color: #302F3C;
}
.TagClassName
{
border-color: #302F3C;
}
</style>