Html Css Color HEX #443950 Jagger

📋 copy color: '#443950'

red 68 ◦ green 57 ◦ blue 80

#443950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #443950

Tints of Jagger #443950

RGB

 RED value IS 68 (26.95% from 255) = 33.17%

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 33.17%
G = 27.8%
B = 39.02%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#443950 (or 0x443950) is known color: Jagger. HEX triplet: 44, 39 and 50. RGB value is (68,57,80). Sum of RGB (Red+Green+Blue) = 68+57+80=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #443950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443950 is #BBC6AF. Grayscale: #3E3E3E. Windows color (decimal): -12306096 or 5257540. OLE color: 5257540.

HSL color Cylindrical-coordinate representation of color #443950: hue angle of 268.7º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #443950 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 57 80 -
CMYK 0.15 0.29 0 0.69
HSL 268.7º 0.17% 0.27% -
HSV(B) 268.7º 0.29% 0.31% -
XYZ 5.29 4.73 8.22 -
YUV 62.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 68 57 80 0.15 0.29 0 0.69 268.7 0.17 0.27
Hex 44 39 50 F 1D 0 45 10D 11 1B
Octal 104 71 120 17 35 0 105 415 21 33
Binary 1000100 111001 1010000 1111 11101 0 1000101 100001101 10001 11011

Color Harmonies of #443950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443950

Black with #443950

Text Example


Text Example

White with #443950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443950; }

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

 H1.HeaderClassName
 {
   color: #443950;
 }
 .AnyTagClassName
 {
   color: #443950;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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