#3C2C4F

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

Shades of Jagger #3C2C4F

Tints of Jagger #3C2C4F

Color information

#3C2C4F (or 0x3C2C4F) is unknown color: approx Jagger. HEX triplet: 3C, 2C and 4F. RGB value is (60,44,79). Sum of RGB (Red+Green+Blue) = 60+44+79=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C2C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C4F is #C3D3B0. Grayscale: #343434. Windows color (decimal): -12833713 or 5188668. OLE color: 5188668.

HSL color Cylindrical-coordinate representation of color #3C2C4F: hue angle of 267.43º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C2C4F is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB604479-
CMYK0.240.4400.69
HSL267.43º28.46%24.12%-
HSV(B)267.43º44.3%30.98%-
XYZ4.183.337.82-
YUV52.77142.8133.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=32.79%
G=24.04%
B=43.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6044790.240.4400.69267.4328.4624.12
Hex3C2C4F182C04510b1c18
Octal7454117305401054133430
Binary111100101100100111111000101100010001011000010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,44,79); }

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

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

 a { background-color: rgb(60,44,79); }

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

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

 span { border-color: rgb(60,44,79); }

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