#343138

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

Shades of Tolopea #343138

Tints of Tolopea #343138

Color information

#343138 (or 0x343138) is unknown color: approx Tolopea. HEX triplet: 34, 31 and 38. RGB value is (52,49,56). Sum of RGB (Red+Green+Blue) = 52+49+56=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 56 - color contains mainly: blue. Hex color #343138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343138 is #CBCEC7. Grayscale: #323232. Windows color (decimal): -13356744 or 3682612. OLE color: 3682612.

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

Color convert

RGB524956-
CMYK0.070.1200.78
HSL265.71º6.67%20.59%-
HSV(B)265.71º12.5%21.96%-
XYZ3.233.214.19-
YUV50.7130.99128.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=33.12%
G=31.21%
B=35.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5249560.070.1200.78265.716.6720.59
Hex3431387C04E10a715
Octal6461707140116412725
Binary11010011000111100011111000100111010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343138; }

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

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

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

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

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

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

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

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