Html Css Color HEX #403748 Jagger

📋 copy color: '#403748'

red 64 ◦ green 55 ◦ blue 72

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

Shades of Jagger #403748

Tints of Jagger #403748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 33.51%
G = 28.8%
B = 37.7%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403748 (or 0x403748) is known color: Jagger. HEX triplet: 40, 37 and 48. RGB value is (64,55,72). Sum of RGB (Red+Green+Blue) = 64+55+72=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #403748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403748 is #BFC8B7. Grayscale: #3B3B3B. Windows color (decimal): -12568760 or 4732736. OLE color: 4732736.

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

Color convert

RGB 64 55 72 -
CMYK 0.11 0.24 0 0.72
HSL 271.76º 0.13% 0.25% -
HSV(B) 271.76º 0.24% 0.28% -
XYZ 4.65 4.29 6.71 -
YUV 59.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 64 55 72 0.11 0.24 0 0.72 271.76 0.13 0.25
Hex 40 37 48 B 18 0 48 110 D 19
Octal 100 67 110 13 30 0 110 420 15 31
Binary 1000000 110111 1001000 1011 11000 0 1001000 100010000 1101 11001

Color Harmonies of #403748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403748

Black with #403748

Text Example


Text Example

White with #403748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403748; }

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

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

background-color css

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

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

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

border-color css

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

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

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