Html Css Color HEX #3F2949 Jagger

📋 copy color: '#3F2949'

red 63 ◦ green 41 ◦ blue 73

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

Shades of Jagger #3F2949

Tints of Jagger #3F2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 35.59%
G = 23.16%
B = 41.24%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F2949 (or 0x3F2949) is known color: Jagger. HEX triplet: 3F, 29 and 49. RGB value is (63,41,73). Sum of RGB (Red+Green+Blue) = 63+41+73=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2949 is #C0D6B6. Grayscale: #333333. Windows color (decimal): -12637879 or 4794687. OLE color: 4794687.

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

Color convert

RGB 63 41 73 -
CMYK 0.14 0.44 0 0.71
HSL 281.25º 0.28% 0.22% -
HSV(B) 281.25º 0.44% 0.29% -
XYZ 4.05 3.12 6.69 -
YUV 51.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 63 41 73 0.14 0.44 0 0.71 281.25 0.28 0.22
Hex 3F 29 49 E 2C 0 47 119 1C 16
Octal 77 51 111 16 54 0 107 431 34 26
Binary 111111 101001 1001001 1110 101100 0 1000111 100011001 11100 10110

Color Harmonies of #3F2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2949

Black with #3F2949

Text Example


Text Example

White with #3F2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,41,73); }

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

background-color css

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

 a { background-color: rgb(63,41,73); }

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

border-color css

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

 span { border-color: rgb(63,41,73); }

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