Html Css Color HEX #443750 Jagger

📋 copy color: '#443750'

red 68 ◦ green 55 ◦ blue 80

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

Shades of Jagger #443750

Tints of Jagger #443750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

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

R = 33.5%
G = 27.09%
B = 39.41%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#443750 (or 0x443750) is known color: Jagger. HEX triplet: 44, 37 and 50. RGB value is (68,55,80). Sum of RGB (Red+Green+Blue) = 68+55+80=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #443750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443750 is #BBC8AF. Grayscale: #3D3D3D. Windows color (decimal): -12306608 or 5257028. OLE color: 5257028.

HSL color Cylindrical-coordinate representation of color #443750: hue angle of 271.2º 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 #443750 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 55 80 -
CMYK 0.15 0.31 0 0.69
HSL 271.2º 0.19% 0.26% -
HSV(B) 271.2º 0.31% 0.31% -
XYZ 5.2 4.54 8.19 -
YUV 61.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 68 55 80 0.15 0.31 0 0.69 271.2 0.19 0.26
Hex 44 37 50 F 1F 0 45 10F 13 1A
Octal 104 67 120 17 37 0 105 417 23 32
Binary 1000100 110111 1010000 1111 11111 0 1000101 100001111 10011 11010

Color Harmonies of #443750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443750

Black with #443750

Text Example


Text Example

White with #443750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443750; }

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

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

background-color css

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

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

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

border-color css

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

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

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