Html Css Color HEX #3F3247 Jagger

📋 copy color: '#3F3247'

red 63 ◦ green 50 ◦ blue 71

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

Shades of Jagger #3F3247

Tints of Jagger #3F3247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

 BLUE value IS 71 (28.13% from 255) = 38.59%

R = 34.24%
G = 27.17%
B = 38.59%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F3247 (or 0x3F3247) is known color: Jagger. HEX triplet: 3F, 32 and 47. RGB value is (63,50,71). Sum of RGB (Red+Green+Blue) = 63+50+71=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F3247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3247 is #C0CDB8. Grayscale: #383838. Windows color (decimal): -12635577 or 4665919. OLE color: 4665919.

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

Color convert

RGB 63 50 71 -
CMYK 0.11 0.30 0 0.72
HSL 277.14º 0.17% 0.24% -
HSV(B) 277.14º 0.3% 0.28% -
XYZ 4.33 3.79 6.47 -
YUV 56.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 63 50 71 0.11 0.30 0 0.72 277.14 0.17 0.24
Hex 3F 32 47 B 1E 0 48 115 11 18
Octal 77 62 107 13 36 0 110 425 21 30
Binary 111111 110010 1000111 1011 11110 0 1001000 100010101 10001 11000

Color Harmonies of #3F3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3247

Black with #3F3247

Text Example


Text Example

White with #3F3247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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