#343041

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

Shades of Revolver #343041

Tints of Revolver #343041

Color information

#343041 (or 0x343041) is unknown color: approx Revolver. HEX triplet: 34, 30 and 41. RGB value is (52,48,65). Sum of RGB (Red+Green+Blue) = 52+48+65=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #343041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343041 is #CBCFBE. Grayscale: #333333. Windows color (decimal): -13356991 or 4272180. OLE color: 4272180.

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

Color convert

RGB524865-
CMYK0.200.2600.75
HSL254.12º15.04%22.16%-
HSV(B)254.12º26.15%25.49%-
XYZ3.433.235.44-
YUV51.13135.83128.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=31.52%
G=29.09%
B=39.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5248650.200.2600.75254.1215.0422.16
Hex343041141A04Bfef16
Octal6460101243201133761726
Binary110100110000100000110100110100100101111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343041; }

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

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

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

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

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

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

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

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