Html Css Color HEX #3F2C48 Jagger

📋 copy color: '#3F2C48'

red 63 ◦ green 44 ◦ blue 72

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

Shades of Jagger #3F2C48

Tints of Jagger #3F2C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.58%

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 35.2%
G = 24.58%
B = 40.22%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F2C48 (or 0x3F2C48) is known color: Jagger. HEX triplet: 3F, 2C and 48. RGB value is (63,44,72). Sum of RGB (Red+Green+Blue) = 63+44+72=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F2C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C48 is #C0D3B7. Grayscale: #343434. Windows color (decimal): -12637112 or 4729919. OLE color: 4729919.

HSL color Cylindrical-coordinate representation of color #3F2C48: hue angle of 280.71º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F2C48 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 44 72 -
CMYK 0.12 0.39 0 0.72
HSL 280.71º 0.24% 0.23% -
HSV(B) 280.71º 0.39% 0.28% -
XYZ 4.12 3.33 6.56 -
YUV 52.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 63 44 72 0.12 0.39 0 0.72 280.71 0.24 0.23
Hex 3F 2C 48 C 27 0 48 119 18 17
Octal 77 54 110 14 47 0 110 431 30 27
Binary 111111 101100 1001000 1100 100111 0 1001000 100011001 11000 10111

Color Harmonies of #3F2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2C48

Black with #3F2C48

Text Example


Text Example

White with #3F2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,72); }

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

background-color css

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

 a { background-color: rgb(63,44,72); }

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

border-color css

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

 span { border-color: rgb(63,44,72); }

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