#3A292F

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

Shades of Toledo #3A292F

Tints of Toledo #3A292F

Color information

#3A292F (or 0x3A292F) is unknown color: approx Toledo. HEX triplet: 3A, 29 and 2F. RGB value is (58,41,47). Sum of RGB (Red+Green+Blue) = 58+41+47=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A292F is #C5D6D0. Grayscale: #2E2E2E. Windows color (decimal): -12965585 or 3090746. OLE color: 3090746.

HSL color Cylindrical-coordinate representation of color #3A292F: hue angle of 338.82º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A292F is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB584147-
CMYK00.290.190.77
HSL338.82º17.17%19.41%-
HSV(B)338.82º29.31%22.75%-
XYZ3.052.693.05-
YUV46.77128.13136.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.73%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=39.73%
G=28.08%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58414700.290.190.77338.8217.1719.41
Hex3A292F01D134D1531113
Octal725157035231155232123
Binary1110101010011011110111011001110011011010100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A292F; }

 p { color: rgb(58,41,47); }

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

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

 a { background-color: rgb(58,41,47); }

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

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

 span { border-color: rgb(58,41,47); }

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