Html Css Color HEX #3F3748 Jagger

📋 copy color: '#3F3748'

red 63 ◦ green 55 ◦ blue 72

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

Shades of Jagger #3F3748

Tints of Jagger #3F3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 33.16%
G = 28.95%
B = 37.89%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F3748 (or 0x3F3748) is known color: Jagger. HEX triplet: 3F, 37 and 48. RGB value is (63,55,72). Sum of RGB (Red+Green+Blue) = 63+55+72=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F3748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3748 is #C0C8B7. Grayscale: #3B3B3B. Windows color (decimal): -12634296 or 4732735. OLE color: 4732735.

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

Color convert

RGB 63 55 72 -
CMYK 0.12 0.24 0 0.72
HSL 268.24º 0.13% 0.25% -
HSV(B) 268.24º 0.24% 0.28% -
XYZ 4.59 4.26 6.71 -
YUV 59.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 63 55 72 0.12 0.24 0 0.72 268.24 0.13 0.25
Hex 3F 37 48 C 18 0 48 10C D 19
Octal 77 67 110 14 30 0 110 414 15 31
Binary 111111 110111 1001000 1100 11000 0 1001000 100001100 1101 11001

Color Harmonies of #3F3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3748

Black with #3F3748

Text Example


Text Example

White with #3F3748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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