#3C2943

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

Shades of Jagger #3C2943

Tints of Jagger #3C2943

Color information

#3C2943 (or 0x3C2943) is unknown color: approx Jagger. HEX triplet: 3C, 29 and 43. RGB value is (60,41,67). Sum of RGB (Red+Green+Blue) = 60+41+67=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C2943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2943 is #C3D6BC. Grayscale: #313131. Windows color (decimal): -12834493 or 4401468. OLE color: 4401468.

HSL color Cylindrical-coordinate representation of color #3C2943: hue angle of 283.85º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C2943 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB604167-
CMYK0.100.3900.74
HSL283.85º24.07%21.18%-
HSV(B)283.85º38.81%26.27%-
XYZ3.672.955.69-
YUV49.64137.79135.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.71%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=35.71%
G=24.40%
B=39.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6041670.100.3900.74283.8524.0721.18
Hex3C2943A2704A11c1815
Octal7451103124701124343025
Binary11110010100110000111010100111010010101000111001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,41,67); }

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

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

 a { background-color: rgb(60,41,67); }

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

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

 span { border-color: rgb(60,41,67); }

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