#423547

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

Shades of Jagger #423547

Tints of Jagger #423547

Color information

#423547 (or 0x423547) is unknown color: approx Jagger. HEX triplet: 42, 35 and 47. RGB value is (66,53,71). Sum of RGB (Red+Green+Blue) = 66+53+71=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #423547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423547 is #BDCAB8. Grayscale: #3A3A3A. Windows color (decimal): -12438201 or 4666690. OLE color: 4666690.

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

Color convert

RGB665371-
CMYK0.070.2500.72
HSL283.33º14.52%24.31%-
HSV(B)283.33º25.35%27.84%-
XYZ4.664.166.52-
YUV58.94134.81133.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=34.74%
G=27.89%
B=37.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6653710.070.2500.72283.3314.5224.31
Hex42354771904811bf18
Octal1026510773101104331730
Binary100001011010110001111111100101001000100011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423547; }

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

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

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

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

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

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

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

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