#403848

Color #403848 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #403848

Tints of Jagger #403848

Color information

#403848 (or 0x403848) is unknown color: approx 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

RGB645672-
CMYK0.110.2200.72
HSL270º12.5%25.1%-
HSV(B)270º22.22%28.24%-
XYZ4.74.396.73-
YUV60.22134.65130.7-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6456720.110.2200.7227012.525.1
Hex403848B1604810ec19
Octal10070110132601104161431
Binary1000000111000100100010111011001001000100001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>