#43374F

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

Shades of Jagger #43374F

Tints of Jagger #43374F

Color information

#43374F (or 0x43374F) is unknown color: approx Jagger. HEX triplet: 43, 37 and 4F. RGB value is (67,55,79). Sum of RGB (Red+Green+Blue) = 67+55+79=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #43374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43374F is #BCC8B0. Grayscale: #3D3D3D. Windows color (decimal): -12372145 or 5191491. OLE color: 5191491.

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

Color convert

RGB675579-
CMYK0.150.3000.69
HSL270º17.91%26.27%-
HSV(B)270º30.38%30.98%-
XYZ5.094.498-
YUV61.32137.98132.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=33.33%
G=27.36%
B=39.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6755790.150.3000.6927017.9126.27
Hex43374FF1E04510e121a
Octal10367117173601054162232
Binary10000111101111001111111111110010001011000011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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