Html Css Color HEX #403747 Jagger

📋 copy color: '#403747'

red 64 ◦ green 55 ◦ blue 71

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

Shades of Jagger #403747

Tints of Jagger #403747

RGB

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

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

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

R = 33.68%
G = 28.95%
B = 37.37%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403747 (or 0x403747) is known color: Jagger. HEX triplet: 40, 37 and 47. RGB value is (64,55,71). Sum of RGB (Red+Green+Blue) = 64+55+71=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #403747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403747 is #BFC8B8. Grayscale: #3B3B3B. Windows color (decimal): -12568761 or 4667200. OLE color: 4667200.

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

Color convert

RGB 64 55 71 -
CMYK 0.10 0.23 0 0.72
HSL 273.75º 0.13% 0.25% -
HSV(B) 273.75º 0.23% 0.28% -
XYZ 4.62 4.28 6.54 -
YUV 59.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 64 55 71 0.10 0.23 0 0.72 273.75 0.13 0.25
Hex 40 37 47 A 17 0 48 112 D 19
Octal 100 67 107 12 27 0 110 422 15 31
Binary 1000000 110111 1000111 1010 10111 0 1001000 100010010 1101 11001

Color Harmonies of #403747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403747

Black with #403747

Text Example


Text Example

White with #403747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403747; }

 p { color: rgb(64,55,71); }

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

background-color css

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

 a { background-color: rgb(64,55,71); }

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

border-color css

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

 span { border-color: rgb(64,55,71); }

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