Html Css Color HEX #443F47 Jagger

📋 copy color: '#443F47'

red 68 ◦ green 63 ◦ blue 71

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

Shades of Jagger #443F47

Tints of Jagger #443F47

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 33.66%
G = 31.19%
B = 35.15%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#443F47 (or 0x443F47) is known color: Jagger. HEX triplet: 44, 3F and 47. RGB value is (68,63,71). Sum of RGB (Red+Green+Blue) = 68+63+71=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 71 - color contains mainly: blue. Hex color #443F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443F47 is #BBC0B8. Grayscale: #414141. Windows color (decimal): -12304569 or 4669252. OLE color: 4669252.

HSL color Cylindrical-coordinate representation of color #443F47: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #443F47 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 63 71 -
CMYK 0.04 0.11 0 0.72
HSL 277.5º 0.06% 0.26% -
HSV(B) 277.5º 0.11% 0.28% -
XYZ 5.3 5.24 6.69 -
YUV 65.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 68 63 71 0.04 0.11 0 0.72 277.5 0.06 0.26
Hex 44 3F 47 4 B 0 48 116 6 1A
Octal 104 77 107 4 13 0 110 426 6 32
Binary 1000100 111111 1000111 100 1011 0 1001000 100010110 110 11010

Color Harmonies of #443F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443F47

Black with #443F47

Text Example


Text Example

White with #443F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443F47; }

 p { color: rgb(68,63,71); }

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

background-color css

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

 a { background-color: rgb(68,63,71); }

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

border-color css

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

 span { border-color: rgb(68,63,71); }

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