#343341

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

Shades of Revolver #343341

Tints of Revolver #343341

Color information

#343341 (or 0x343341) is unknown color: approx Revolver. HEX triplet: 34, 33 and 41. RGB value is (52,51,65). Sum of RGB (Red+Green+Blue) = 52+51+65=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #343341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343341 is #CBCCBE. Grayscale: #343434. Windows color (decimal): -13356223 or 4272948. OLE color: 4272948.

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

Color convert

RGB525165-
CMYK0.200.2200.75
HSL244.29º12.07%22.75%-
HSV(B)244.29º21.54%25.49%-
XYZ3.553.485.49-
YUV52.9134.83127.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=30.95%
G=30.36%
B=38.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5251650.200.2200.75244.2912.0722.75
Hex343341141604Bf4c17
Octal6463101242601133641427
Binary110100110011100000110100101100100101111110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343341; }

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

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

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

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

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

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

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

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