Html Css Color HEX #403644 Jagger

📋 copy color: '#403644'

red 64 ◦ green 54 ◦ blue 68

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

Shades of Jagger #403644

Tints of Jagger #403644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.03%

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

R = 34.41%
G = 29.03%
B = 36.56%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#403644 (or 0x403644) is known color: Jagger. HEX triplet: 40, 36 and 44. RGB value is (64,54,68). Sum of RGB (Red+Green+Blue) = 64+54+68=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #403644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403644 is #BFC9BB. Grayscale: #3A3A3A. Windows color (decimal): -12569020 or 4470336. OLE color: 4470336.

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

Color convert

RGB 64 54 68 -
CMYK 0.06 0.21 0 0.73
HSL 282.86º 0.11% 0.24% -
HSV(B) 282.86º 0.21% 0.27% -
XYZ 4.48 4.15 6.03 -
YUV 58.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 64 54 68 0.06 0.21 0 0.73 282.86 0.11 0.24
Hex 40 36 44 6 15 0 49 11B B 18
Octal 100 66 104 6 25 0 111 433 13 30
Binary 1000000 110110 1000100 110 10101 0 1001001 100011011 1011 11000

Color Harmonies of #403644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403644

Black with #403644

Text Example


Text Example

White with #403644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403644; }

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

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

background-color css

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

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

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

border-color css

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

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

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