#343040

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

Shades of Tolopea #343040

Tints of Tolopea #343040

Color information

#343040 (or 0x343040) is unknown color: approx Tolopea. HEX triplet: 34, 30 and 40. RGB value is (52,48,64). Sum of RGB (Red+Green+Blue) = 52+48+64=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #343040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343040 is #CBCFBF. Grayscale: #323232. Windows color (decimal): -13356992 or 4206644. OLE color: 4206644.

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

Color convert

RGB524864-
CMYK0.190.2500.75
HSL255º14.29%21.96%-
HSV(B)255º25%25.1%-
XYZ3.43.215.29-
YUV51.02135.33128.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=31.71%
G=29.27%
B=39.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5248640.190.2500.7525514.2921.96
Hex343040131904Bffe16
Octal6460100233101133771626
Binary110100110000100000010011110010100101111111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343040; }

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

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

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

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

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

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

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

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