#3C3344

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

Shades of Jagger #3C3344

Tints of Jagger #3C3344

Color information

#3C3344 (or 0x3C3344) is unknown color: approx Jagger. HEX triplet: 3C, 33 and 44. RGB value is (60,51,68). Sum of RGB (Red+Green+Blue) = 60+51+68=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 68 - color contains mainly: blue. Hex color #3C3344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3344 is #C3CCBB. Grayscale: #373737. Windows color (decimal): -12831932 or 4469564. OLE color: 4469564.

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

Color convert

RGB605168-
CMYK0.120.2500.73
HSL271.76º14.29%23.33%-
HSV(B)271.76º25%26.67%-
XYZ4.093.755.98-
YUV55.63134.98131.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.52%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=33.52%
G=28.49%
B=37.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6051680.120.2500.73271.7614.2923.33
Hex3C3344C19049110e17
Octal7463104143101114201627
Binary111100110011100010011001100101001001100010000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,68); }

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

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

 a { background-color: rgb(60,51,68); }

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

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

 span { border-color: rgb(60,51,68); }

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