Html Css Color HEX #403248 Jagger

📋 copy color: '#403248'

red 64 ◦ green 50 ◦ blue 72

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

Shades of Jagger #403248

Tints of Jagger #403248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 34.41%
G = 26.88%
B = 38.71%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403248 (or 0x403248) is known color: Jagger. HEX triplet: 40, 32 and 48. RGB value is (64,50,72). Sum of RGB (Red+Green+Blue) = 64+50+72=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #403248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403248 is #BFCDB7. Grayscale: #383838. Windows color (decimal): -12570040 or 4731456. OLE color: 4731456.

HSL color Cylindrical-coordinate representation of color #403248: hue angle of 278.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403248 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 50 72 -
CMYK 0.11 0.31 0 0.72
HSL 278.18º 0.18% 0.24% -
HSV(B) 278.18º 0.31% 0.28% -
XYZ 4.42 3.84 6.64 -
YUV 56.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 64 50 72 0.11 0.31 0 0.72 278.18 0.18 0.24
Hex 40 32 48 B 1F 0 48 116 12 18
Octal 100 62 110 13 37 0 110 426 22 30
Binary 1000000 110010 1001000 1011 11111 0 1001000 100010110 10010 11000

Color Harmonies of #403248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403248

Black with #403248

Text Example


Text Example

White with #403248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403248; }

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

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

background-color css

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

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

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

border-color css

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

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

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