Html Css Color HEX #403843 Jagger

📋 copy color: '#403843'

red 64 ◦ green 56 ◦ blue 67

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

Shades of Jagger #403843

Tints of Jagger #403843

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

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

R = 34.22%
G = 29.95%
B = 35.83%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403843 (or 0x403843) is known color: Jagger. HEX triplet: 40, 38 and 43. RGB value is (64,56,67). Sum of RGB (Red+Green+Blue) = 64+56+67=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 67 - color contains mainly: blue. Hex color #403843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403843 is #BFC7BC. Grayscale: #3B3B3B. Windows color (decimal): -12568509 or 4405312. OLE color: 4405312.

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

Color convert

RGB 64 56 67 -
CMYK 0.04 0.16 0 0.74
HSL 283.64º 0.09% 0.24% -
HSV(B) 283.64º 0.16% 0.26% -
XYZ 4.54 4.32 5.91 -
YUV 59.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 64 56 67 0.04 0.16 0 0.74 283.64 0.09 0.24
Hex 40 38 43 4 10 0 4A 11C 9 18
Octal 100 70 103 4 20 0 112 434 11 30
Binary 1000000 111000 1000011 100 10000 0 1001010 100011100 1001 11000

Color Harmonies of #403843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403843

Black with #403843

Text Example


Text Example

White with #403843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403843; }

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

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

background-color css

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

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

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

border-color css

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

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

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