Html Css Color HEX #3F2849 Jagger

📋 copy color: '#3F2849'

red 63 ◦ green 40 ◦ blue 73

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

Shades of Jagger #3F2849

Tints of Jagger #3F2849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

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

R = 35.8%
G = 22.73%
B = 41.48%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F2849 (or 0x3F2849) is known color: Jagger. HEX triplet: 3F, 28 and 49. RGB value is (63,40,73). Sum of RGB (Red+Green+Blue) = 63+40+73=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F2849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2849 is #C0D7B6. Grayscale: #323232. Windows color (decimal): -12638135 or 4794431. OLE color: 4794431.

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

Color convert

RGB 63 40 73 -
CMYK 0.14 0.45 0 0.71
HSL 281.82º 0.29% 0.22% -
HSV(B) 281.82º 0.45% 0.29% -
XYZ 4.01 3.06 6.68 -
YUV 50.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 63 40 73 0.14 0.45 0 0.71 281.82 0.29 0.22
Hex 3F 28 49 E 2D 0 47 11A 1D 16
Octal 77 50 111 16 55 0 107 432 35 26
Binary 111111 101000 1001001 1110 101101 0 1000111 100011010 11101 10110

Color Harmonies of #3F2849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2849

Black with #3F2849

Text Example


Text Example

White with #3F2849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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