Html Css Color HEX #403849 Jagger

📋 copy color: '#403849'

red 64 ◦ green 56 ◦ blue 73

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

Shades of Jagger #403849

Tints of Jagger #403849

RGB

 RED value IS 64 (25.39% from 255) = 33.16%

 GREEN value IS 56 (22.27% from 255) = 29.02%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 33.16%
G = 29.02%
B = 37.82%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#403849 (or 0x403849) is known color: Jagger. HEX triplet: 40, 38 and 49. RGB value is (64,56,73). Sum of RGB (Red+Green+Blue) = 64+56+73=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #403849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403849 is #BFC7B6. Grayscale: #3C3C3C. Windows color (decimal): -12568503 or 4798528. OLE color: 4798528.

HSL color Cylindrical-coordinate representation of color #403849: hue angle of 268.24º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #403849 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 56 73 -
CMYK 0.12 0.23 0 0.71
HSL 268.24º 0.13% 0.25% -
HSV(B) 268.24º 0.23% 0.29% -
XYZ 4.73 4.4 6.9 -
YUV 60.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 64 56 73 0.12 0.23 0 0.71 268.24 0.13 0.25
Hex 40 38 49 C 17 0 47 10C D 19
Octal 100 70 111 14 27 0 107 414 15 31
Binary 1000000 111000 1001001 1100 10111 0 1000111 100001100 1101 11001

Color Harmonies of #403849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403849

Black with #403849

Text Example


Text Example

White with #403849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403849; }

 p { color: rgb(64,56,73); }

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

background-color css

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

 a { background-color: rgb(64,56,73); }

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

border-color css

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

 span { border-color: rgb(64,56,73); }

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