#443250

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

Shades of Jagger #443250

Tints of Jagger #443250

Color information

#443250 (or 0x443250) is unknown color: approx Jagger. HEX triplet: 44, 32 and 50. RGB value is (68,50,80). Sum of RGB (Red+Green+Blue) = 68+50+80=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #443250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443250 is #BBCDAF. Grayscale: #3A3A3A. Windows color (decimal): -12307888 or 5255748. OLE color: 5255748.

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

Color convert

RGB685080-
CMYK0.150.3700.69
HSL276º23.08%25.49%-
HSV(B)276º37.5%31.37%-
XYZ4.974.098.12-
YUV58.8139.96134.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=34.34%
G=25.25%
B=40.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6850800.150.3700.6927623.0825.49
Hex443250F250451141719
Octal10462120174501054242731
Binary100010011001010100001111100101010001011000101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443250; }

 p { color: rgb(68,50,80); }

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

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

 a { background-color: rgb(68,50,80); }

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

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

 span { border-color: rgb(68,50,80); }

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