Html Css Color HEX #3F3847 Jagger

📋 copy color: '#3F3847'

red 63 ◦ green 56 ◦ blue 71

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

Shades of Jagger #3F3847

Tints of Jagger #3F3847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.47%

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

R = 33.16%
G = 29.47%
B = 37.37%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F3847 (or 0x3F3847) is known color: Jagger. HEX triplet: 3F, 38 and 47. RGB value is (63,56,71). Sum of RGB (Red+Green+Blue) = 63+56+71=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F3847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3847 is #C0C7B8. Grayscale: #3B3B3B. Windows color (decimal): -12634041 or 4667455. OLE color: 4667455.

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

Color convert

RGB 63 56 71 -
CMYK 0.11 0.21 0 0.72
HSL 268º 0.12% 0.25% -
HSV(B) 268º 0.21% 0.28% -
XYZ 4.6 4.34 6.56 -
YUV 59.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 63 56 71 0.11 0.21 0 0.72 268 0.12 0.25
Hex 3F 38 47 B 15 0 48 10C C 19
Octal 77 70 107 13 25 0 110 414 14 31
Binary 111111 111000 1000111 1011 10101 0 1001000 100001100 1100 11001

Color Harmonies of #3F3847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3847

Black with #3F3847

Text Example


Text Example

White with #3F3847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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