#342F38

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

Shades of Jagger #342F38

Tints of Jagger #342F38

Color information

#342F38 (or 0x342F38) is unknown color: approx Jagger. HEX triplet: 34, 2F and 38. RGB value is (52,47,56). Sum of RGB (Red+Green+Blue) = 52+47+56=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 56 - color contains mainly: blue. Hex color #342F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F38 is #CBD0C7. Grayscale: #313131. Windows color (decimal): -13357256 or 3682100. OLE color: 3682100.

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

Color convert

RGB524756-
CMYK0.070.1600.78
HSL273.33º8.74%20.2%-
HSV(B)273.33º16.07%21.96%-
XYZ3.153.054.16-
YUV49.52131.66129.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=33.55%
G=30.32%
B=36.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5247560.070.1600.78273.338.7420.2
Hex342F3871004E111914
Octal64577072001164211124
Binary1101001011111110001111000001001110100010001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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