#3C3243

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

Shades of Jagger #3C3243

Tints of Jagger #3C3243

Color information

#3C3243 (or 0x3C3243) is unknown color: approx Jagger. HEX triplet: 3C, 32 and 43. RGB value is (60,50,67). Sum of RGB (Red+Green+Blue) = 60+50+67=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C3243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3243 is #C3CDBC. Grayscale: #363636. Windows color (decimal): -12832189 or 4403772. OLE color: 4403772.

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

Color convert

RGB605067-
CMYK0.100.2500.74
HSL275.29º14.53%22.94%-
HSV(B)275.29º25.37%26.27%-
XYZ4.023.655.8-
YUV54.93134.81131.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 67 (26.56% from 255) = 37.85%
R=33.90%
G=28.25%
B=37.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6050670.100.2500.74275.2914.5322.94
Hex3C3243A1904A113f17
Octal7462103123101124231727
Binary111100110010100001110101100101001010100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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