Html Css Color HEX #3F314C Jagger

📋 copy color: '#3F314C'

red 63 ◦ green 49 ◦ blue 76

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

Shades of Jagger #3F314C

Tints of Jagger #3F314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.06%

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 33.51%
G = 26.06%
B = 40.43%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F314C (or 0x3F314C) is known color: Jagger. HEX triplet: 3F, 31 and 4C. RGB value is (63,49,76). Sum of RGB (Red+Green+Blue) = 63+49+76=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F314C is #C0CEB3. Grayscale: #383838. Windows color (decimal): -12635828 or 4993343. OLE color: 4993343.

HSL color Cylindrical-coordinate representation of color #3F314C: hue angle of 271.11º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F314C is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 49 76 -
CMYK 0.17 0.36 0 0.70
HSL 271.11º 0.22% 0.25% -
HSV(B) 271.11º 0.36% 0.3% -
XYZ 4.45 3.78 7.33 -
YUV 56.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 63 49 76 0.17 0.36 0 0.70 271.11 0.22 0.25
Hex 3F 31 4C 11 24 0 46 10F 16 19
Octal 77 61 114 21 44 0 106 417 26 31
Binary 111111 110001 1001100 10001 100100 0 1000110 100001111 10110 11001

Color Harmonies of #3F314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F314C

Black with #3F314C

Text Example


Text Example

White with #3F314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,49,76); }

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

background-color css

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

 a { background-color: rgb(63,49,76); }

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

border-color css

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

 span { border-color: rgb(63,49,76); }

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