#343241

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

Shades of Revolver #343241

Tints of Revolver #343241

Color information

#343241 (or 0x343241) is unknown color: approx Revolver. HEX triplet: 34, 32 and 41. RGB value is (52,50,65). Sum of RGB (Red+Green+Blue) = 52+50+65=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #343241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343241 is #CBCDBE. Grayscale: #343434. Windows color (decimal): -13356479 or 4272692. OLE color: 4272692.

HSL color Cylindrical-coordinate representation of color #343241: hue angle of 248º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #343241 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB525065-
CMYK0.200.2300.75
HSL248º13.04%22.55%-
HSV(B)248º23.08%25.49%-
XYZ3.513.395.47-
YUV52.31135.16127.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=31.14%
G=29.94%
B=38.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5250650.200.2300.7524813.0422.55
Hex343241141704Bf8d17
Octal6462101242701133701527
Binary110100110010100000110100101110100101111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343241; }

 p { color: rgb(52,50,65); }

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

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

 a { background-color: rgb(52,50,65); }

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

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

 span { border-color: rgb(52,50,65); }

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