Html Css Color HEX #403D42 Jagger

📋 copy color: '#403D42'

red 64 ◦ green 61 ◦ blue 66

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

Shades of Jagger #403D42

Tints of Jagger #403D42

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.94%

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 33.51%
G = 31.94%
B = 34.55%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403D42 (or 0x403D42) is known color: Jagger. HEX triplet: 40, 3D and 42. RGB value is (64,61,66). Sum of RGB (Red+Green+Blue) = 64+61+66=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 66 - color contains mainly: blue. Hex color #403D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D42 is #BFC2BD. Grayscale: #3E3E3E. Windows color (decimal): -12567230 or 4341056. OLE color: 4341056.

HSL color Cylindrical-coordinate representation of color #403D42: hue angle of 276º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #403D42 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 61 66 -
CMYK 0.03 0.08 0 0.74
HSL 276º 0.04% 0.25% -
HSV(B) 276º 0.08% 0.26% -
XYZ 4.77 4.82 5.83 -
YUV 62.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 64 61 66 0.03 0.08 0 0.74 276 0.04 0.25
Hex 40 3D 42 3 8 0 4A 114 4 19
Octal 100 75 102 3 10 0 112 424 4 31
Binary 1000000 111101 1000010 11 1000 0 1001010 100010100 100 11001

Color Harmonies of #403D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D42

Black with #403D42

Text Example


Text Example

White with #403D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403D42; }

 p { color: rgb(64,61,66); }

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

background-color css

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

 a { background-color: rgb(64,61,66); }

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

border-color css

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

 span { border-color: rgb(64,61,66); }

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