#443153

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

Shades of Jagger #443153

Tints of Jagger #443153

Color information

#443153 (or 0x443153) is unknown color: approx Jagger. HEX triplet: 44, 31 and 53. RGB value is (68,49,83). Sum of RGB (Red+Green+Blue) = 68+49+83=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #443153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443153 is #BBCEAC. Grayscale: #3A3A3A. Windows color (decimal): -12308141 or 5452100. OLE color: 5452100.

HSL color Cylindrical-coordinate representation of color #443153: hue angle of 273.53º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #443153 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB684983-
CMYK0.180.4100.67
HSL273.53º25.76%25.88%-
HSV(B)273.53º40.96%32.55%-
XYZ5.044.058.7-
YUV58.56141.79134.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=34%
G=24.5%
B=41.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6849830.180.4100.67273.5325.7625.88
Hex44315312290431121a1a
Octal10461123225101034223232
Binary1000100110001101001110010101001010000111000100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443153; }

 p { color: rgb(68,49,83); }

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

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

 a { background-color: rgb(68,49,83); }

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

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

 span { border-color: rgb(68,49,83); }

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