#3F3348

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

Shades of Jagger #3F3348

Tints of Jagger #3F3348

Color information

#3F3348 (or 0x3F3348) is unknown color: approx Jagger. HEX triplet: 3F, 33 and 48. RGB value is (63,51,72). Sum of RGB (Red+Green+Blue) = 63+51+72=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F3348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3348 is #C0CCB7. Grayscale: #383838. Windows color (decimal): -12635320 or 4731711. OLE color: 4731711.

HSL color Cylindrical-coordinate representation of color #3F3348: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F3348 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB635172-
CMYK0.120.2900.72
HSL274.29º17.07%24.12%-
HSV(B)274.29º29.17%28.24%-
XYZ4.43.896.65-
YUV56.98136.48132.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=33.87%
G=27.42%
B=38.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6351720.120.2900.72274.2917.0724.12
Hex3F3348C1D0481121118
Octal7763110143501104222130
Binary1111111100111001000110011101010010001000100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,72); }

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

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

 a { background-color: rgb(63,51,72); }

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

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

 span { border-color: rgb(63,51,72); }

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