#433750

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

Shades of Jagger #433750

Tints of Jagger #433750

Color information

#433750 (or 0x433750) is unknown color: approx Jagger. HEX triplet: 43, 37 and 50. RGB value is (67,55,80). Sum of RGB (Red+Green+Blue) = 67+55+80=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #433750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433750 is #BCC8AF. Grayscale: #3D3D3D. Windows color (decimal): -12372144 or 5257027. OLE color: 5257027.

HSL color Cylindrical-coordinate representation of color #433750: hue angle of 268.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #433750 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB675580-
CMYK0.160.3100.69
HSL268.8º18.52%26.47%-
HSV(B)268.8º31.25%31.37%-
XYZ5.134.58.19-
YUV61.44138.48131.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=33.17%
G=27.23%
B=39.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6755800.160.3100.69268.818.5226.47
Hex433750101F04510d131a
Octal10367120203701054152332
Binary100001111011110100001000011111010001011000011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433750; }

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

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

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

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

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

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

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

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