#43344D

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

Shades of Jagger #43344D

Tints of Jagger #43344D

Color information

#43344D (or 0x43344D) is unknown color: approx Jagger. HEX triplet: 43, 34 and 4D. RGB value is (67,52,77). Sum of RGB (Red+Green+Blue) = 67+52+77=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #43344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43344D is #BCCBB2. Grayscale: #3B3B3B. Windows color (decimal): -12372915 or 5059651. OLE color: 5059651.

HSL color Cylindrical-coordinate representation of color #43344D: hue angle of 276º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #43344D is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB675277-
CMYK0.130.3200.70
HSL276º19.38%25.29%-
HSV(B)276º32.47%30.2%-
XYZ4.884.197.57-
YUV59.33137.97133.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=34.18%
G=26.53%
B=39.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6752770.130.3200.7027619.3825.29
Hex43344DD200461141319
Octal10364115154001064242331
Binary100001111010010011011101100000010001101000101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43344D; }

 p { color: rgb(67,52,77); }

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

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

 a { background-color: rgb(67,52,77); }

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

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

 span { border-color: rgb(67,52,77); }

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