#3F3248

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

Shades of Jagger #3F3248

Tints of Jagger #3F3248

Color information

#3F3248 (or 0x3F3248) is unknown color: approx Jagger. HEX triplet: 3F, 32 and 48. RGB value is (63,50,72). Sum of RGB (Red+Green+Blue) = 63+50+72=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3248 is #C0CDB7. Grayscale: #383838. Windows color (decimal): -12635576 or 4731455. OLE color: 4731455.

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

Color convert

RGB635072-
CMYK0.120.3100.72
HSL275.45º18.03%23.92%-
HSV(B)275.45º30.56%28.24%-
XYZ4.363.816.64-
YUV56.4136.81132.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=34.05%
G=27.03%
B=38.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6350720.120.3100.72275.4518.0323.92
Hex3F3248C1F0481131218
Octal7762110143701104232230
Binary1111111100101001000110011111010010001000100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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