Html Css Color HEX #403948 Jagger

📋 copy color: '#403948'

red 64 ◦ green 57 ◦ blue 72

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

Shades of Jagger #403948

Tints of Jagger #403948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

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

R = 33.16%
G = 29.53%
B = 37.31%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403948 (or 0x403948) is known color: Jagger. HEX triplet: 40, 39 and 48. RGB value is (64,57,72). Sum of RGB (Red+Green+Blue) = 64+57+72=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #403948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403948 is #BFC6B7. Grayscale: #3C3C3C. Windows color (decimal): -12568248 or 4733248. OLE color: 4733248.

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

Color convert

RGB 64 57 72 -
CMYK 0.11 0.21 0 0.72
HSL 268º 0.12% 0.25% -
HSV(B) 268º 0.21% 0.28% -
XYZ 4.75 4.48 6.75 -
YUV 60.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 64 57 72 0.11 0.21 0 0.72 268 0.12 0.25
Hex 40 39 48 B 15 0 48 10C C 19
Octal 100 71 110 13 25 0 110 414 14 31
Binary 1000000 111001 1001000 1011 10101 0 1001000 100001100 1100 11001

Color Harmonies of #403948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403948

Black with #403948

Text Example


Text Example

White with #403948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403948; }

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

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

background-color css

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

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

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

border-color css

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

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

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