Html Css Color HEX #403A43 Jagger

📋 copy color: '#403A43'

red 64 ◦ green 58 ◦ blue 67

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

Shades of Jagger #403A43

Tints of Jagger #403A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

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

R = 33.86%
G = 30.69%
B = 35.45%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403A43 (or 0x403A43) is known color: Jagger. HEX triplet: 40, 3A and 43. RGB value is (64,58,67). Sum of RGB (Red+Green+Blue) = 64+58+67=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 67 - color contains mainly: blue. Hex color #403A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A43 is #BFC5BC. Grayscale: #3C3C3C. Windows color (decimal): -12567997 or 4405824. OLE color: 4405824.

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

Color convert

RGB 64 58 67 -
CMYK 0.04 0.13 0 0.74
HSL 280º 0.07% 0.25% -
HSV(B) 280º 0.13% 0.26% -
XYZ 4.64 4.52 5.94 -
YUV 60.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 64 58 67 0.04 0.13 0 0.74 280 0.07 0.25
Hex 40 3A 43 4 D 0 4A 118 7 19
Octal 100 72 103 4 15 0 112 430 7 31
Binary 1000000 111010 1000011 100 1101 0 1001010 100011000 111 11001

Color Harmonies of #403A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A43

Black with #403A43

Text Example


Text Example

White with #403A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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