Html Css Color HEX #403743 Jagger

📋 copy color: '#403743'

red 64 ◦ green 55 ◦ blue 67

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

Shades of Jagger #403743

Tints of Jagger #403743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.02%

R = 34.41%
G = 29.57%
B = 36.02%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403743 (or 0x403743) is known color: Jagger. HEX triplet: 40, 37 and 43. RGB value is (64,55,67). Sum of RGB (Red+Green+Blue) = 64+55+67=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 67 - color contains mainly: blue. Hex color #403743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403743 is #BFC8BC. Grayscale: #3B3B3B. Windows color (decimal): -12568765 or 4405056. OLE color: 4405056.

HSL color Cylindrical-coordinate representation of color #403743: hue angle of 285º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #403743 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 55 67 -
CMYK 0.04 0.18 0 0.74
HSL 285º 0.1% 0.24% -
HSV(B) 285º 0.18% 0.26% -
XYZ 4.49 4.23 5.89 -
YUV 59.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 64 55 67 0.04 0.18 0 0.74 285 0.1 0.24
Hex 40 37 43 4 12 0 4A 11D A 18
Octal 100 67 103 4 22 0 112 435 12 30
Binary 1000000 110111 1000011 100 10010 0 1001010 100011101 1010 11000

Color Harmonies of #403743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403743

Black with #403743

Text Example


Text Example

White with #403743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403743; }

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

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

background-color css

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

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

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

border-color css

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

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

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