Html Css Color HEX #3F3549 Jagger

📋 copy color: '#3F3549'

red 63 ◦ green 53 ◦ blue 73

#3F3549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3F3549

Tints of Jagger #3F3549

RGB

 RED value IS 63 (25% from 255) = 33.33%

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 33.33%
G = 28.04%
B = 38.62%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F3549 (or 0x3F3549) is known color: Jagger. HEX triplet: 3F, 35 and 49. RGB value is (63,53,73). Sum of RGB (Red+Green+Blue) = 63+53+73=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F3549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3549 is #C0CAB6. Grayscale: #3A3A3A. Windows color (decimal): -12634807 or 4797759. OLE color: 4797759.

HSL color Cylindrical-coordinate representation of color #3F3549: hue angle of 270º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F3549 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 53 73 -
CMYK 0.14 0.27 0 0.71
HSL 270º 0.16% 0.25% -
HSV(B) 270º 0.27% 0.29% -
XYZ 4.53 4.08 6.85 -
YUV 58.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 63 53 73 0.14 0.27 0 0.71 270 0.16 0.25
Hex 3F 35 49 E 1B 0 47 10E 10 19
Octal 77 65 111 16 33 0 107 416 20 31
Binary 111111 110101 1001001 1110 11011 0 1000111 100001110 10000 11001

Color Harmonies of #3F3549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3549

Black with #3F3549

Text Example


Text Example

White with #3F3549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,73); }

 H1.HeaderClassName
 {
   color: #3F3549;
 }
 .AnyTagClassName
 {
   color: #3F3549;
 }
</style>

background-color css

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

 a { background-color: rgb(63,53,73); }

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

border-color css

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

 span { border-color: rgb(63,53,73); }

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