#342E38

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

Shades of Jagger #342E38

Tints of Jagger #342E38

Color information

#342E38 (or 0x342E38) is unknown color: approx Jagger. HEX triplet: 34, 2E and 38. RGB value is (52,46,56). Sum of RGB (Red+Green+Blue) = 52+46+56=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 56 - color contains mainly: blue. Hex color #342E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E38 is #CBD1C7. Grayscale: #303030. Windows color (decimal): -13357512 or 3681844. OLE color: 3681844.

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

Color convert

RGB524656-
CMYK0.070.1800.78
HSL276º9.8%20%-
HSV(B)276º17.86%21.96%-
XYZ3.112.974.15-
YUV48.93131.99130.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 56 (22.27% from 255) = 36.36%
R=33.77%
G=29.87%
B=36.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5246560.070.1800.782769.820
Hex342E3871204E114a14
Octal64567072201164241224
Binary1101001011101110001111001001001110100010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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