Html Css Color HEX #403744 Jagger

📋 copy color: '#403744'

red 64 ◦ green 55 ◦ blue 68

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

Shades of Jagger #403744

Tints of Jagger #403744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 34.22%
G = 29.41%
B = 36.36%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#403744 (or 0x403744) is known color: Jagger. HEX triplet: 40, 37 and 44. RGB value is (64,55,68). Sum of RGB (Red+Green+Blue) = 64+55+68=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 68 - color contains mainly: blue. Hex color #403744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403744 is #BFC8BB. Grayscale: #3B3B3B. Windows color (decimal): -12568764 or 4470592. OLE color: 4470592.

HSL color Cylindrical-coordinate representation of color #403744: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #403744 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 55 68 -
CMYK 0.06 0.19 0 0.73
HSL 281.54º 0.11% 0.24% -
HSV(B) 281.54º 0.19% 0.27% -
XYZ 4.52 4.24 6.05 -
YUV 59.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 64 55 68 0.06 0.19 0 0.73 281.54 0.11 0.24
Hex 40 37 44 6 13 0 49 11A B 18
Octal 100 67 104 6 23 0 111 432 13 30
Binary 1000000 110111 1000100 110 10011 0 1001001 100011010 1011 11000

Color Harmonies of #403744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403744

Black with #403744

Text Example


Text Example

White with #403744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403744; }

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

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

background-color css

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

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

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

border-color css

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

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

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