Html Css Color HEX #3F224A Jagger

📋 copy color: '#3F224A'

red 63 ◦ green 34 ◦ blue 74

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

Shades of Jagger #3F224A

Tints of Jagger #3F224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.88%

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

R = 36.84%
G = 19.88%
B = 43.27%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F224A (or 0x3F224A) is known color: Jagger. HEX triplet: 3F, 22 and 4A. RGB value is (63,34,74). Sum of RGB (Red+Green+Blue) = 63+34+74=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F224A is #C0DDB5. Grayscale: #2F2F2F. Windows color (decimal): -12639670 or 4858431. OLE color: 4858431.

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

Color convert

RGB 63 34 74 -
CMYK 0.15 0.54 0 0.71
HSL 283.5º 0.37% 0.21% -
HSV(B) 283.5º 0.54% 0.29% -
XYZ 3.86 2.7 6.8 -
YUV 47.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 63 34 74 0.15 0.54 0 0.71 283.5 0.37 0.21
Hex 3F 22 4A F 36 0 47 11C 25 15
Octal 77 42 112 17 66 0 107 434 45 25
Binary 111111 100010 1001010 1111 110110 0 1000111 100011100 100101 10101

Color Harmonies of #3F224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F224A

Black with #3F224A

Text Example


Text Example

White with #3F224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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