#43384C

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

Shades of Jagger #43384C

Tints of Jagger #43384C

Color information

#43384C (or 0x43384C) is unknown color: approx Jagger. HEX triplet: 43, 38 and 4C. RGB value is (67,56,76). Sum of RGB (Red+Green+Blue) = 67+56+76=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #43384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43384C is #BCC7B3. Grayscale: #3D3D3D. Windows color (decimal): -12371892 or 4995139. OLE color: 4995139.

HSL color Cylindrical-coordinate representation of color #43384C: hue angle of 273º 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 #43384C is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB675676-
CMYK0.120.2600.70
HSL273º15.15%25.88%-
HSV(B)273º26.32%29.8%-
XYZ5.034.547.45-
YUV61.57136.14131.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.67%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=33.67%
G=28.14%
B=38.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6756760.120.2600.7027315.1525.88
Hex43384CC1A046111f1a
Octal10370114143201064211732
Binary1000011111000100110011001101001000110100010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43384C; }

 p { color: rgb(67,56,76); }

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

<style>
 a { background-color: #43384C; }

 a { background-color: rgb(67,56,76); }

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

<style>
 span { border-color: #43384C; }

 span { border-color: rgb(67,56,76); }

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