Html Css Color HEX #403244 Jagger

📋 copy color: '#403244'

red 64 ◦ green 50 ◦ blue 68

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

Shades of Jagger #403244

Tints of Jagger #403244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

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

R = 35.16%
G = 27.47%
B = 37.36%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#403244 (or 0x403244) is known color: Jagger. HEX triplet: 40, 32 and 44. RGB value is (64,50,68). Sum of RGB (Red+Green+Blue) = 64+50+68=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #403244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403244 is #BFCDBB. Grayscale: #383838. Windows color (decimal): -12570044 or 4469312. OLE color: 4469312.

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

Color convert

RGB 64 50 68 -
CMYK 0.06 0.26 0 0.73
HSL 286.67º 0.15% 0.23% -
HSV(B) 286.67º 0.26% 0.27% -
XYZ 4.3 3.79 5.97 -
YUV 56.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 64 50 68 0.06 0.26 0 0.73 286.67 0.15 0.23
Hex 40 32 44 6 1A 0 49 11F F 17
Octal 100 62 104 6 32 0 111 437 17 27
Binary 1000000 110010 1000100 110 11010 0 1001001 100011111 1111 10111

Color Harmonies of #403244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403244

Black with #403244

Text Example


Text Example

White with #403244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403244; }

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

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

background-color css

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

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

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

border-color css

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

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

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