#43304D

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

Shades of Jagger #43304D

Tints of Jagger #43304D

Color information

#43304D (or 0x43304D) is unknown color: approx Jagger. HEX triplet: 43, 30 and 4D. RGB value is (67,48,77). Sum of RGB (Red+Green+Blue) = 67+48+77=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #43304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43304D is #BCCFB2. Grayscale: #383838. Windows color (decimal): -12373939 or 5058627. OLE color: 5058627.

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

Color convert

RGB674877-
CMYK0.130.3800.70
HSL279.31º23.2%24.51%-
HSV(B)279.31º37.66%30.2%-
XYZ4.713.847.51-
YUV56.99139.29135.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=34.90%
G=25%
B=40.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6748770.130.3800.70279.3123.224.51
Hex43304DD260461171719
Octal10360115154601064272731
Binary100001111000010011011101100110010001101000101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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