Html Css Color HEX #3F3747 Jagger

📋 copy color: '#3F3747'

red 63 ◦ green 55 ◦ blue 71

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

Shades of Jagger #3F3747

Tints of Jagger #3F3747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

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

R = 33.33%
G = 29.1%
B = 37.57%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F3747 (or 0x3F3747) is known color: Jagger. HEX triplet: 3F, 37 and 47. RGB value is (63,55,71). Sum of RGB (Red+Green+Blue) = 63+55+71=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F3747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3747 is #C0C8B8. Grayscale: #3B3B3B. Windows color (decimal): -12634297 or 4667199. OLE color: 4667199.

HSL color Cylindrical-coordinate representation of color #3F3747: hue angle of 270º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F3747 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 55 71 -
CMYK 0.11 0.23 0 0.72
HSL 270º 0.13% 0.25% -
HSV(B) 270º 0.23% 0.28% -
XYZ 4.55 4.24 6.54 -
YUV 59.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 63 55 71 0.11 0.23 0 0.72 270 0.13 0.25
Hex 3F 37 47 B 17 0 48 10E D 19
Octal 77 67 107 13 27 0 110 416 15 31
Binary 111111 110111 1000111 1011 10111 0 1001000 100001110 1101 11001

Color Harmonies of #3F3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3747

Black with #3F3747

Text Example


Text Example

White with #3F3747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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