#443251

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

Shades of Jagger #443251

Tints of Jagger #443251

Color information

#443251 (or 0x443251) is unknown color: approx Jagger. HEX triplet: 44, 32 and 51. RGB value is (68,50,81). Sum of RGB (Red+Green+Blue) = 68+50+81=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #443251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443251 is #BBCDAE. Grayscale: #3A3A3A. Windows color (decimal): -12307887 or 5321284. OLE color: 5321284.

HSL color Cylindrical-coordinate representation of color #443251: hue angle of 274.84º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #443251 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB685081-
CMYK0.160.3800.68
HSL274.84º23.66%25.69%-
HSV(B)274.84º38.27%31.76%-
XYZ5.014.18.31-
YUV58.92140.46134.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=34.17%
G=25.13%
B=40.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6850810.160.3800.68274.8423.6625.69
Hex4432511026044113181a
Octal10462121204601044233032
Binary1000100110010101000110000100110010001001000100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443251; }

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

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

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

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

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

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

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

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