#3C2446

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

Shades of Jagger #3C2446

Tints of Jagger #3C2446

Color information

#3C2446 (or 0x3C2446) is unknown color: approx Jagger. HEX triplet: 3C, 24 and 46. RGB value is (60,36,70). Sum of RGB (Red+Green+Blue) = 60+36+70=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C2446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2446 is #C3DBB9. Grayscale: #2E2E2E. Windows color (decimal): -12835770 or 4596796. OLE color: 4596796.

HSL color Cylindrical-coordinate representation of color #3C2446: hue angle of 282.35º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C2446 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB603670-
CMYK0.140.4900.73
HSL282.35º32.08%20.78%-
HSV(B)282.35º48.57%27.45%-
XYZ3.62.666.12-
YUV47.05140.95137.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 70 (27.73% from 255) = 42.17%
R=36.14%
G=21.69%
B=42.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6036700.140.4900.73282.3532.0820.78
Hex3C2446E3104911a2015
Octal7444106166101114324025
Binary111100100100100011011101100010100100110001101010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,36,70); }

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

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

 a { background-color: rgb(60,36,70); }

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

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

 span { border-color: rgb(60,36,70); }

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