#42324A

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

Shades of Jagger #42324A

Tints of Jagger #42324A

Color information

#42324A (or 0x42324A) is unknown color: approx Jagger. HEX triplet: 42, 32 and 4A. RGB value is (66,50,74). Sum of RGB (Red+Green+Blue) = 66+50+74=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #42324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42324A is #BDCDB5. Grayscale: #393939. Windows color (decimal): -12438966 or 4862530. OLE color: 4862530.

HSL color Cylindrical-coordinate representation of color #42324A: hue angle of 280º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42324A is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB665074-
CMYK0.110.3200.71
HSL280º19.35%24.31%-
HSV(B)280º32.43%29.02%-
XYZ4.623.936.99-
YUV57.52137.3134.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=34.74%
G=26.32%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6650740.110.3200.7128019.3524.31
Hex42324AB200471181318
Octal10262112134001074302330
Binary100001011001010010101011100000010001111000110001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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