#3C2951

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

Shades of Jagger #3C2951

Tints of Jagger #3C2951

Color information

#3C2951 (or 0x3C2951) is unknown color: approx Jagger. HEX triplet: 3C, 29 and 51. RGB value is (60,41,81). Sum of RGB (Red+Green+Blue) = 60+41+81=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C2951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2951 is #C3D6AE. Grayscale: #333333. Windows color (decimal): -12834479 or 5318972. OLE color: 5318972.

HSL color Cylindrical-coordinate representation of color #3C2951: hue angle of 268.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C2951 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB604181-
CMYK0.260.4900.68
HSL268.5º32.79%23.92%-
HSV(B)268.5º49.38%31.76%-
XYZ4.143.148.17-
YUV51.24144.79134.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=32.97%
G=22.53%
B=44.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6041810.260.4900.68268.532.7923.92
Hex3C29511A3104410c2118
Octal7451121326101044144130
Binary1111001010011010001110101100010100010010000110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,41,81); }

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

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

 a { background-color: rgb(60,41,81); }

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

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

 span { border-color: rgb(60,41,81); }

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