#43344A

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

Shades of Jagger #43344A

Tints of Jagger #43344A

Color information

#43344A (or 0x43344A) is unknown color: approx Jagger. HEX triplet: 43, 34 and 4A. RGB value is (67,52,74). Sum of RGB (Red+Green+Blue) = 67+52+74=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #43344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43344A is #BCCBB5. Grayscale: #3A3A3A. Windows color (decimal): -12372918 or 4863043. OLE color: 4863043.

HSL color Cylindrical-coordinate representation of color #43344A: hue angle of 280.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43344A is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB675274-
CMYK0.090.3000.71
HSL280.91º17.46%24.71%-
HSV(B)280.91º29.73%29.02%-
XYZ4.784.147.03-
YUV58.99136.47133.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=34.72%
G=26.94%
B=38.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6752740.090.3000.71280.9117.4624.71
Hex43344A91E0471191119
Octal10364112113601074312131
Binary10000111101001001010100111110010001111000110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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