Html Css Color HEX #403144 Jagger

📋 copy color: '#403144'

red 64 ◦ green 49 ◦ blue 68

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

Shades of Jagger #403144

Tints of Jagger #403144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

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

R = 35.36%
G = 27.07%
B = 37.57%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#403144 (or 0x403144) is known color: Jagger. HEX triplet: 40, 31 and 44. RGB value is (64,49,68). Sum of RGB (Red+Green+Blue) = 64+49+68=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 68 - color contains mainly: blue. Hex color #403144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403144 is #BFCEBB. Grayscale: #373737. Windows color (decimal): -12570300 or 4469056. OLE color: 4469056.

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

Color convert

RGB 64 49 68 -
CMYK 0.06 0.28 0 0.73
HSL 287.37º 0.16% 0.23% -
HSV(B) 287.37º 0.28% 0.27% -
XYZ 4.26 3.7 5.96 -
YUV 55.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 64 49 68 0.06 0.28 0 0.73 287.37 0.16 0.23
Hex 40 31 44 6 1C 0 49 11F 10 17
Octal 100 61 104 6 34 0 111 437 20 27
Binary 1000000 110001 1000100 110 11100 0 1001001 100011111 10000 10111

Color Harmonies of #403144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403144

Black with #403144

Text Example


Text Example

White with #403144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403144; }

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

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

background-color css

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

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

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

border-color css

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

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

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