#302D46

Color #302D46 Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #302D46

Tints of Revolver #302D46

Color information

#302D46 (or 0x302D46) is unknown color: approx Revolver. HEX triplet: 30, 2D and 46. RGB value is (48,45,70). Sum of RGB (Red+Green+Blue) = 48+45+70=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #302D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D46 is #CFD2B9. Grayscale: #303030. Windows color (decimal): -13619898 or 4599088. OLE color: 4599088.

HSL color Cylindrical-coordinate representation of color #302D46: hue angle of 247.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #302D46 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB484570-
CMYK0.310.3600.73
HSL247.2º21.74%22.55%-
HSV(B)247.2º35.71%27.45%-
XYZ3.262.956.19-
YUV48.75139.99127.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=29.45%
G=27.61%
B=42.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4845700.310.3600.73247.221.7422.55
Hex302D461F24049f71617
Octal6055106374401113672627
Binary11000010110110001101111110010001001001111101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302D46; }

 p { color: rgb(48,45,70); }

 H1.HeaderClassName
 {
   color: #302D46;
 }
 .AnyTagClassName
 {
   color: #302D46;
 }
</style>
background-color css

<style>
 a { background-color: #302D46; }

 a { background-color: rgb(48,45,70); }

 div.DivClassName
 {
   background-color: #302D46;
 }
 .BgClassName
 {
   background-color: #302D46;
 }
</style>
border-color css

<style>
 span { border-color: #302D46; }

 span { border-color: rgb(48,45,70); }

 td.TdClassName
 {
   border-color: #302D46;
 }
 .TagClassName
 {
   border-color: #302D46;
 }
</style>