Html Css Color HEX #3F274A Jagger

📋 copy color: '#3F274A'

red 63 ◦ green 39 ◦ blue 74

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

Shades of Jagger #3F274A

Tints of Jagger #3F274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

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

R = 35.8%
G = 22.16%
B = 42.05%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F274A (or 0x3F274A) is known color: Jagger. HEX triplet: 3F, 27 and 4A. RGB value is (63,39,74). Sum of RGB (Red+Green+Blue) = 63+39+74=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F274A is #C0D8B5. Grayscale: #323232. Windows color (decimal): -12638390 or 4859711. OLE color: 4859711.

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

Color convert

RGB 63 39 74 -
CMYK 0.15 0.47 0 0.71
HSL 281.14º 0.31% 0.22% -
HSV(B) 281.14º 0.47% 0.29% -
XYZ 4.01 3 6.85 -
YUV 50.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 63 39 74 0.15 0.47 0 0.71 281.14 0.31 0.22
Hex 3F 27 4A F 2F 0 47 119 1F 16
Octal 77 47 112 17 57 0 107 431 37 26
Binary 111111 100111 1001010 1111 101111 0 1000111 100011001 11111 10110

Color Harmonies of #3F274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F274A

Black with #3F274A

Text Example


Text Example

White with #3F274A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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