#3C2F41

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

Shades of Jagger #3C2F41

Tints of Jagger #3C2F41

Color information

#3C2F41 (or 0x3C2F41) is unknown color: approx Jagger. HEX triplet: 3C, 2F and 41. RGB value is (60,47,65). Sum of RGB (Red+Green+Blue) = 60+47+65=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F41 is #C3D0BE. Grayscale: #343434. Windows color (decimal): -12832959 or 4271932. OLE color: 4271932.

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

Color convert

RGB604765-
CMYK0.080.2800.75
HSL283.33º16.07%21.96%-
HSV(B)283.33º27.69%25.49%-
XYZ3.833.385.45-
YUV52.94134.81133.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=34.88%
G=27.33%
B=37.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6047650.080.2800.75283.3316.0721.96
Hex3C2F4181C04B11b1016
Octal7457101103401134332026
Binary1111001011111000001100011100010010111000110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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