#302D41

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

Shades of Revolver #302D41

Tints of Revolver #302D41

Color information

#302D41 (or 0x302D41) is unknown color: approx Revolver. HEX triplet: 30, 2D and 41. RGB value is (48,45,65). Sum of RGB (Red+Green+Blue) = 48+45+65=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #302D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D41 is #CFD2BE. Grayscale: #303030. Windows color (decimal): -13619903 or 4271408. OLE color: 4271408.

HSL color Cylindrical-coordinate representation of color #302D41: hue angle of 249º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302D41 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB484565-
CMYK0.260.3100.75
HSL249º18.18%21.57%-
HSV(B)249º30.77%25.49%-
XYZ3.112.895.39-
YUV48.18137.49127.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=30.38%
G=28.48%
B=41.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4845650.260.3100.7524918.1821.57
Hex302D411A1F04Bf91216
Octal6055101323701133712226
Binary1100001011011000001110101111101001011111110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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