#343139

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

Shades of Tolopea #343139

Tints of Tolopea #343139

Color information

#343139 (or 0x343139) is unknown color: approx Tolopea. HEX triplet: 34, 31 and 39. RGB value is (52,49,57). Sum of RGB (Red+Green+Blue) = 52+49+57=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 57 - color contains mainly: blue. Hex color #343139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343139 is #CBCEC6. Grayscale: #323232. Windows color (decimal): -13356743 or 3748148. OLE color: 3748148.

HSL color Cylindrical-coordinate representation of color #343139: hue angle of 262.5º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #343139 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB524957-
CMYK0.090.1400.78
HSL262.5º7.55%20.78%-
HSV(B)262.5º14.04%22.35%-
XYZ3.253.224.32-
YUV50.81131.49128.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=32.91%
G=31.01%
B=36.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5249570.090.1400.78262.57.5520.78
Hex3431399E04E106815
Octal646171111601164061025
Binary1101001100011110011001111001001110100000110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343139; }

 p { color: rgb(52,49,57); }

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

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

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

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

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

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

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