#332F48

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

Shades of Revolver #332F48

Tints of Revolver #332F48

Color information

#332F48 (or 0x332F48) is unknown color: approx Revolver. HEX triplet: 33, 2F and 48. RGB value is (51,47,72). Sum of RGB (Red+Green+Blue) = 51+47+72=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #332F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F48 is #CCD0B7. Grayscale: #323232. Windows color (decimal): -13422776 or 4730675. OLE color: 4730675.

HSL color Cylindrical-coordinate representation of color #332F48: hue angle of 249.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332F48 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB514772-
CMYK0.290.3500.72
HSL249.6º21.01%23.33%-
HSV(B)249.6º34.72%28.24%-
XYZ3.553.26.56-
YUV51.05139.83127.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=30%
G=27.65%
B=42.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5147720.290.3500.72249.621.0123.33
Hex332F481D23048fa1517
Octal6357110354301103722527
Binary11001110111110010001110110001101001000111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332F48; }

 p { color: rgb(51,47,72); }

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

<style>
 a { background-color: #332F48; }

 a { background-color: rgb(51,47,72); }

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

<style>
 span { border-color: #332F48; }

 span { border-color: rgb(51,47,72); }

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