Shades of Revolver #302D40
Tints of Revolver #302D40
RGB
CMYK
RGB Variations
Color information
#302D40 (or 0x302D40) is known color: Revolver. HEX triplet: 30, 2D and 40. RGB value is (48,45,64). Sum of RGB (Red+Green+Blue) = 48+45+64=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #302D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D40 is #CFD2BF. Grayscale: #2F2F2F. Windows color (decimal): -13619904 or 4205872. OLE color: 4205872.
HSL color Cylindrical-coordinate representation of color #302D40: hue angle of 249.47º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #302D40 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 45 | 64 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.75 |
| HSL | 249.47º | 0.17% | 0.21% | - |
| HSV(B) | 249.47º | 0.3% | 0.25% | - |
| XYZ | 3.08 | 2.88 | 5.24 | - |
| YUV | 48.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 64 | 0.25 | 0.30 | 0 | 0.75 | 249.47 | 0.17 | 0.21 |
| Hex | 30 | 2D | 40 | 19 | 1E | 0 | 4B | F9 | 11 | 15 |
| Octal | 60 | 55 | 100 | 31 | 36 | 0 | 113 | 371 | 21 | 25 |
| Binary | 110000 | 101101 | 1000000 | 11001 | 11110 | 0 | 1001011 | 11111001 | 10001 | 10101 |
Color Harmonies of #302D40
Complementary color
Monochromatic Colors of #302D40
Black with #302D40
Text Example
Text Example
White with #302D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D40; }
p { color: rgb(48,45,64); }
H1.HeaderClassName
{
color: #302D40;
}
.AnyTagClassName
{
color: #302D40;
}
</style>
background-color css
<style>
a { background-color: #302D40; }
a { background-color: rgb(48,45,64); }
div.DivClassName
{
background-color: #302D40;
}
.BgClassName
{
background-color: #302D40;
}
</style>
border-color css
<style>
span { border-color: #302D40; }
span { border-color: rgb(48,45,64); }
td.TdClassName
{
border-color: #302D40;
}
.TagClassName
{
border-color: #302D40;
}
</style>