#342642

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

Shades of Jagger #342642

Tints of Jagger #342642

Color information

#342642 (or 0x342642) is unknown color: approx Jagger. HEX triplet: 34, 26 and 42. RGB value is (52,38,66). Sum of RGB (Red+Green+Blue) = 52+38+66=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #342642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342642 is #CBD9BD. Grayscale: #2D2D2D. Windows color (decimal): -13359550 or 4335156. OLE color: 4335156.

HSL color Cylindrical-coordinate representation of color #342642: hue angle of 270º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #342642 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB523866-
CMYK0.210.4200.74
HSL270º26.92%20.39%-
HSV(B)270º42.42%25.88%-
XYZ3.092.515.48-
YUV45.38139.64132.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=33.33%
G=24.36%
B=42.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5238660.210.4200.7427026.9220.39
Hex342642152A04A10e1b14
Octal6446102255201124163324
Binary110100100110100001010101101010010010101000011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342642; }

 p { color: rgb(52,38,66); }

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

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

 a { background-color: rgb(52,38,66); }

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

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

 span { border-color: rgb(52,38,66); }

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