Html Css Color HEX #403848 Jagger

📋 copy color: '#403848'

red 64 ◦ green 56 ◦ blue 72

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

Shades of Jagger #403848

Tints of Jagger #403848

RGB

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

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

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

R = 33.33%
G = 29.17%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403848 (or 0x403848) is known color: Jagger. HEX triplet: 40, 38 and 48. RGB value is (64,56,72). Sum of RGB (Red+Green+Blue) = 64+56+72=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #403848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403848 is #BFC7B7. Grayscale: #3C3C3C. Windows color (decimal): -12568504 or 4732992. OLE color: 4732992.

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

Color convert

RGB 64 56 72 -
CMYK 0.11 0.22 0 0.72
HSL 270º 0.13% 0.25% -
HSV(B) 270º 0.22% 0.28% -
XYZ 4.7 4.39 6.73 -
YUV 60.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 64 56 72 0.11 0.22 0 0.72 270 0.13 0.25
Hex 40 38 48 B 16 0 48 10E C 19
Octal 100 70 110 13 26 0 110 416 14 31
Binary 1000000 111000 1001000 1011 10110 0 1001000 100001110 1100 11001

Color Harmonies of #403848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403848

Black with #403848

Text Example


Text Example

White with #403848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403848; }

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

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

background-color css

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

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

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

border-color css

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

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

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