#342E3A

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

Shades of Jagger #342E3A

Tints of Jagger #342E3A

Color information

#342E3A (or 0x342E3A) is unknown color: approx Jagger. HEX triplet: 34, 2E and 3A. RGB value is (52,46,58). Sum of RGB (Red+Green+Blue) = 52+46+58=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #342E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E3A is #CBD1C5. Grayscale: #313131. Windows color (decimal): -13357510 or 3812916. OLE color: 3812916.

HSL color Cylindrical-coordinate representation of color #342E3A: hue angle of 270º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #342E3A is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB524658-
CMYK0.100.2100.77
HSL270º11.54%20.39%-
HSV(B)270º20.69%22.75%-
XYZ3.162.994.41-
YUV49.16132.99130.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.33%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=33.33%
G=29.49%
B=37.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5246580.100.2100.7727011.5420.39
Hex342E3AA1504D10ec14
Octal645672122501154161424
Binary11010010111011101010101010101001101100001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,46,58); }

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

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

 a { background-color: rgb(52,46,58); }

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

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

 span { border-color: rgb(52,46,58); }

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