#43394D

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

Shades of Jagger #43394D

Tints of Jagger #43394D

Color information

#43394D (or 0x43394D) is unknown color: approx Jagger. HEX triplet: 43, 39 and 4D. RGB value is (67,57,77). Sum of RGB (Red+Green+Blue) = 67+57+77=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #43394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43394D is #BCC6B2. Grayscale: #3E3E3E. Windows color (decimal): -12371635 or 5060931. OLE color: 5060931.

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

Color convert

RGB675777-
CMYK0.130.2600.70
HSL270º14.93%26.27%-
HSV(B)270º25.97%30.2%-
XYZ5.124.667.65-
YUV62.27136.31131.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=33.33%
G=28.36%
B=38.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6757770.130.2600.7027014.9326.27
Hex43394DD1A04610ef1a
Octal10371115153201064161732
Binary1000011111001100110111011101001000110100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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