Shades of Revolver #302E46
Tints of Revolver #302E46
RGB
CMYK
RGB Variations
Color information
#302E46 (or 0x302E46) is known color: Revolver. HEX triplet: 30, 2E and 46. RGB value is (48,46,70). Sum of RGB (Red+Green+Blue) = 48+46+70=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #302E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E46 is #CFD1B9. Grayscale: #313131. Windows color (decimal): -13619642 or 4599344. OLE color: 4599344.
HSL color Cylindrical-coordinate representation of color #302E46: hue angle of 245º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #302E46 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 46 | 70 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.73 |
| HSL | 245º | 0.21% | 0.23% | - |
| HSV(B) | 245º | 0.34% | 0.27% | - |
| XYZ | 3.3 | 3.02 | 6.2 | - |
| YUV | 49.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 70 | 0.31 | 0.34 | 0 | 0.73 | 245 | 0.21 | 0.23 |
| Hex | 30 | 2E | 46 | 1F | 22 | 0 | 49 | F5 | 15 | 17 |
| Octal | 60 | 56 | 106 | 37 | 42 | 0 | 111 | 365 | 25 | 27 |
| Binary | 110000 | 101110 | 1000110 | 11111 | 100010 | 0 | 1001001 | 11110101 | 10101 | 10111 |
Color Harmonies of #302E46
Complementary color
Monochromatic Colors of #302E46
Black with #302E46
Text Example
Text Example
White with #302E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E46; }
p { color: rgb(48,46,70); }
H1.HeaderClassName
{
color: #302E46;
}
.AnyTagClassName
{
color: #302E46;
}
</style>
background-color css
<style>
a { background-color: #302E46; }
a { background-color: rgb(48,46,70); }
div.DivClassName
{
background-color: #302E46;
}
.BgClassName
{
background-color: #302E46;
}
</style>
border-color css
<style>
span { border-color: #302E46; }
span { border-color: rgb(48,46,70); }
td.TdClassName
{
border-color: #302E46;
}
.TagClassName
{
border-color: #302E46;
}
</style>