#34343B

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

Shades of Revolver #34343B

Tints of Revolver #34343B

Color information

#34343B (or 0x34343B) is unknown color: approx Revolver. HEX triplet: 34, 34 and 3B. RGB value is (52,52,59). Sum of RGB (Red+Green+Blue) = 52+52+59=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 59 - color contains mainly: blue. Hex color #34343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34343B is #CBCBC4. Grayscale: #343434. Windows color (decimal): -13355973 or 3879988. OLE color: 3879988.

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

Color convert

RGB525259-
CMYK0.120.1200.77
HSL240º6.31%21.76%-
HSV(B)240º11.86%23.14%-
XYZ3.433.54.63-
YUV52.8131.5127.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=31.90%
G=31.90%
B=36.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5252590.120.1200.772406.3121.76
Hex34343BCC04Df0616
Octal64647314140115360626
Binary11010011010011101111001100010011011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34343B; }

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

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

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

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

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

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

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

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