#342F41

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

Shades of Tolopea #342F41

Tints of Tolopea #342F41

Color information

#342F41 (or 0x342F41) is unknown color: approx Tolopea. HEX triplet: 34, 2F and 41. RGB value is (52,47,65). Sum of RGB (Red+Green+Blue) = 52+47+65=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #342F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F41 is #CBD0BE. Grayscale: #323232. Windows color (decimal): -13357247 or 4271924. OLE color: 4271924.

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

Color convert

RGB524765-
CMYK0.200.2800.75
HSL256.67º16.07%21.96%-
HSV(B)256.67º27.69%25.49%-
XYZ3.393.145.43-
YUV50.55136.16129.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 47 (18.75% from 255) = 28.66%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=31.71%
G=28.66%
B=39.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5247650.200.2800.75256.6716.0721.96
Hex342F41141C04B1011016
Octal6457101243401134012026
Binary11010010111110000011010011100010010111000000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342F41; }

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

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

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

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

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

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

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

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