Html Css Color HEX #3F354A Jagger

📋 copy color: '#3F354A'

red 63 ◦ green 53 ◦ blue 74

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

Shades of Jagger #3F354A

Tints of Jagger #3F354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 33.16%
G = 27.89%
B = 38.95%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F354A (or 0x3F354A) is known color: Jagger. HEX triplet: 3F, 35 and 4A. RGB value is (63,53,74). Sum of RGB (Red+Green+Blue) = 63+53+74=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F354A is #C0CAB5. Grayscale: #3A3A3A. Windows color (decimal): -12634806 or 4863295. OLE color: 4863295.

HSL color Cylindrical-coordinate representation of color #3F354A: hue angle of 268.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F354A is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 53 74 -
CMYK 0.15 0.28 0 0.71
HSL 268.57º 0.17% 0.25% -
HSV(B) 268.57º 0.28% 0.29% -
XYZ 4.56 4.1 7.03 -
YUV 58.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 63 53 74 0.15 0.28 0 0.71 268.57 0.17 0.25
Hex 3F 35 4A F 1C 0 47 10D 11 19
Octal 77 65 112 17 34 0 107 415 21 31
Binary 111111 110101 1001010 1111 11100 0 1000111 100001101 10001 11001

Color Harmonies of #3F354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F354A

Black with #3F354A

Text Example


Text Example

White with #3F354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,74); }

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

background-color css

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

 a { background-color: rgb(63,53,74); }

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

border-color css

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

 span { border-color: rgb(63,53,74); }

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