#43334F

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

Shades of Jagger #43334F

Tints of Jagger #43334F

Color information

#43334F (or 0x43334F) is unknown color: approx Jagger. HEX triplet: 43, 33 and 4F. RGB value is (67,51,79). Sum of RGB (Red+Green+Blue) = 67+51+79=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #43334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43334F is #BCCCB0. Grayscale: #3A3A3A. Windows color (decimal): -12373169 or 5190467. OLE color: 5190467.

HSL color Cylindrical-coordinate representation of color #43334F: hue angle of 274.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #43334F is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB675179-
CMYK0.150.3500.69
HSL274.29º21.54%25.49%-
HSV(B)274.29º35.44%30.98%-
XYZ4.914.137.93-
YUV58.98139.3133.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=34.01%
G=25.89%
B=40.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6751790.150.3500.69274.2921.5425.49
Hex43334FF230451121619
Octal10363117174301054222631
Binary100001111001110011111111100011010001011000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,51,79); }

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

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

 a { background-color: rgb(67,51,79); }

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

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

 span { border-color: rgb(67,51,79); }

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