#34293F

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

Shades of Jagger #34293F

Tints of Jagger #34293F

Color information

#34293F (or 0x34293F) is unknown color: approx Jagger. HEX triplet: 34, 29 and 3F. RGB value is (52,41,63). Sum of RGB (Red+Green+Blue) = 52+41+63=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #34293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34293F is #CBD6C0. Grayscale: #2E2E2E. Windows color (decimal): -13358785 or 4139316. OLE color: 4139316.

HSL color Cylindrical-coordinate representation of color #34293F: hue angle of 270º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34293F is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB524163-
CMYK0.170.3500.75
HSL270º21.15%20.39%-
HSV(B)270º34.92%24.71%-
XYZ3.112.675.06-
YUV46.8137.14131.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 63 (25% from 255) = 40.38%
R=33.33%
G=26.28%
B=40.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5241630.170.3500.7527021.1520.39
Hex34293F112304B10e1514
Octal645177214301134162524
Binary11010010100111111110001100011010010111000011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34293F; }

 p { color: rgb(52,41,63); }

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

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

 a { background-color: rgb(52,41,63); }

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

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

 span { border-color: rgb(52,41,63); }

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