#423548

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

Shades of Jagger #423548

Tints of Jagger #423548

Color information

#423548 (or 0x423548) is unknown color: approx Jagger. HEX triplet: 42, 35 and 48. RGB value is (66,53,72). Sum of RGB (Red+Green+Blue) = 66+53+72=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #423548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423548 is #BDCAB7. Grayscale: #3A3A3A. Windows color (decimal): -12438200 or 4732226. OLE color: 4732226.

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

Color convert

RGB665372-
CMYK0.080.2600.72
HSL281.05º15.2%24.51%-
HSV(B)281.05º26.39%28.24%-
XYZ4.694.176.69-
YUV59.05135.31132.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=34.55%
G=27.75%
B=37.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6653720.080.2600.72281.0515.224.51
Hex42354881A048119f19
Octal10265110103201104311731
Binary1000010110101100100010001101001001000100011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423548; }

 p { color: rgb(66,53,72); }

 H1.HeaderClassName
 {
   color: #423548;
 }
 .AnyTagClassName
 {
   color: #423548;
 }
</style>
background-color css

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

 a { background-color: rgb(66,53,72); }

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

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

 span { border-color: rgb(66,53,72); }

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