#343441

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

Shades of Revolver #343441

Tints of Revolver #343441

Color information

#343441 (or 0x343441) is unknown color: approx Revolver. HEX triplet: 34, 34 and 41. RGB value is (52,52,65). Sum of RGB (Red+Green+Blue) = 52+52+65=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #343441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343441 is #CBCBBE. Grayscale: #353535. Windows color (decimal): -13355967 or 4273204. OLE color: 4273204.

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

Color convert

RGB525265-
CMYK0.200.2000.75
HSL240º11.11%22.94%-
HSV(B)240º20%25.49%-
XYZ3.63.575.5-
YUV53.48134.5126.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5252650.200.2000.7524011.1122.94
Hex343441141404Bf0b17
Octal6464101242401133601327
Binary110100110100100000110100101000100101111110000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343441; }

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

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

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

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

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

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

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

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