#3C1C4A

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

Shades of Jagger #3C1C4A

Tints of Jagger #3C1C4A

Color information

#3C1C4A (or 0x3C1C4A) is unknown color: approx Jagger. HEX triplet: 3C, 1C and 4A. RGB value is (60,28,74). Sum of RGB (Red+Green+Blue) = 60+28+74=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C1C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1C4A is #C3E3B5. Grayscale: #2A2A2A. Windows color (decimal): -12837814 or 4856892. OLE color: 4856892.

HSL color Cylindrical-coordinate representation of color #3C1C4A: hue angle of 281.74º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C1C4A is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB602874-
CMYK0.190.6200.71
HSL281.74º45.1%20%-
HSV(B)281.74º62.16%29.02%-
XYZ3.512.296.73-
YUV42.81145.6140.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.04%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=37.04%
G=17.28%
B=45.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6028740.190.6200.71281.7445.120
Hex3C1C4A133E04711a2d14
Octal7434112237601074325524
Binary111100111001001010100111111100100011110001101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C1C4A; }

 p { color: rgb(60,28,74); }

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

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

 a { background-color: rgb(60,28,74); }

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

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

 span { border-color: rgb(60,28,74); }

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