#3F3448

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

Shades of Jagger #3F3448

Tints of Jagger #3F3448

Color information

#3F3448 (or 0x3F3448) is unknown color: approx Jagger. HEX triplet: 3F, 34 and 48. RGB value is (63,52,72). Sum of RGB (Red+Green+Blue) = 63+52+72=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3448 is #C0CBB7. Grayscale: #393939. Windows color (decimal): -12635064 or 4731967. OLE color: 4731967.

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

Color convert

RGB635272-
CMYK0.120.2800.72
HSL273º16.13%24.31%-
HSV(B)273º27.78%28.24%-
XYZ4.453.986.66-
YUV57.57136.14131.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=33.69%
G=27.81%
B=38.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6352720.120.2800.7227316.1324.31
Hex3F3448C1C0481111018
Octal7764110143401104212030
Binary1111111101001001000110011100010010001000100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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