#43354D

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

Shades of Jagger #43354D

Tints of Jagger #43354D

Color information

#43354D (or 0x43354D) is unknown color: approx Jagger. HEX triplet: 43, 35 and 4D. RGB value is (67,53,77). Sum of RGB (Red+Green+Blue) = 67+53+77=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #43354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43354D is #BCCAB2. Grayscale: #3B3B3B. Windows color (decimal): -12372659 or 5059907. OLE color: 5059907.

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

Color convert

RGB675377-
CMYK0.130.3100.70
HSL275º18.46%25.49%-
HSV(B)275º31.17%30.2%-
XYZ4.934.287.59-
YUV59.92137.64133.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=34.01%
G=26.90%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6753770.130.3100.7027518.4625.49
Hex43354DD1F0461131219
Octal10365115153701064232231
Binary10000111101011001101110111111010001101000100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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