#3C3041

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

Shades of Jagger #3C3041

Tints of Jagger #3C3041

Color information

#3C3041 (or 0x3C3041) is unknown color: approx Jagger. HEX triplet: 3C, 30 and 41. RGB value is (60,48,65). Sum of RGB (Red+Green+Blue) = 60+48+65=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C3041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3041 is #C3CFBE. Grayscale: #353535. Windows color (decimal): -12832703 or 4272188. OLE color: 4272188.

HSL color Cylindrical-coordinate representation of color #3C3041: hue angle of 282.35º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C3041 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB604865-
CMYK0.080.2600.75
HSL282.35º15.04%22.16%-
HSV(B)282.35º26.15%25.49%-
XYZ3.873.465.46-
YUV53.53134.48132.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=34.68%
G=27.75%
B=37.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6048650.080.2600.75282.3515.0422.16
Hex3C304181A04B11af16
Octal7460101103201134321726
Binary111100110000100000110001101001001011100011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,65); }

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

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

 a { background-color: rgb(60,48,65); }

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

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

 span { border-color: rgb(60,48,65); }

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