#42324D

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

Shades of Jagger #42324D

Tints of Jagger #42324D

Color information

#42324D (or 0x42324D) is unknown color: approx Jagger. HEX triplet: 42, 32 and 4D. RGB value is (66,50,77). Sum of RGB (Red+Green+Blue) = 66+50+77=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #42324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42324D is #BDCDB2. Grayscale: #393939. Windows color (decimal): -12438963 or 5059138. OLE color: 5059138.

HSL color Cylindrical-coordinate representation of color #42324D: hue angle of 275.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42324D is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB665077-
CMYK0.140.3500.70
HSL275.56º21.26%24.9%-
HSV(B)275.56º35.06%30.2%-
XYZ4.733.987.54-
YUV57.86138.8133.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=34.20%
G=25.91%
B=39.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6650770.140.3500.70275.5621.2624.9
Hex42324DE230461141519
Octal10262115164301064242531
Binary100001011001010011011110100011010001101000101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42324D; }

 p { color: rgb(66,50,77); }

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

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

 a { background-color: rgb(66,50,77); }

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

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

 span { border-color: rgb(66,50,77); }

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