#34393B

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

Shades of Montana #34393B

Tints of Montana #34393B

Color information

#34393B (or 0x34393B) is unknown color: approx Montana. HEX triplet: 34, 39 and 3B. RGB value is (52,57,59). Sum of RGB (Red+Green+Blue) = 52+57+59=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 59 - color contains mainly: blue. Hex color #34393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34393B is #CBC6C4. Grayscale: #373737. Windows color (decimal): -13354693 or 3881268. OLE color: 3881268.

HSL color Cylindrical-coordinate representation of color #34393B: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #34393B is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB525759-
CMYK0.120.0300.77
HSL197.14º6.31%21.76%-
HSV(B)197.14º11.86%23.14%-
XYZ3.673.974.71-
YUV55.73129.84125.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=30.95%
G=33.93%
B=35.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5257590.120.0300.77197.146.3121.76
Hex34393BC304Dc5616
Octal6471731430115305626
Binary110100111001111011110011010011011100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34393B; }

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

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

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

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

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

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

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

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