Html Css Color HEX #3C1F49 Jagger

📋 copy color: '#3C1F49'

red 60 ◦ green 31 ◦ blue 73

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

Shades of Jagger #3C1F49

Tints of Jagger #3C1F49

RGB

 RED value IS 60 (23.83% from 255) = 36.59%

 GREEN value IS 31 (12.5% from 255) = 18.9%

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

R = 36.59%
G = 18.9%
B = 44.51%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C1F49 (or 0x3C1F49) is known color: Jagger. HEX triplet: 3C, 1F and 49. RGB value is (60,31,73). Sum of RGB (Red+Green+Blue) = 60+31+73=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C1F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F49 is #C3E0B6. Grayscale: #2C2C2C. Windows color (decimal): -12837047 or 4792124. OLE color: 4792124.

HSL color Cylindrical-coordinate representation of color #3C1F49: hue angle of 281.43º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C1F49 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 31 73 -
CMYK 0.18 0.58 0 0.71
HSL 281.43º 0.4% 0.2% -
HSV(B) 281.43º 0.58% 0.29% -
XYZ 3.56 2.42 6.58 -
YUV 44.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 60 31 73 0.18 0.58 0 0.71 281.43 0.4 0.2
Hex 3C 1F 49 12 3A 0 47 119 28 14
Octal 74 37 111 22 72 0 107 431 50 24
Binary 111100 11111 1001001 10010 111010 0 1000111 100011001 101000 10100

Color Harmonies of #3C1F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1F49

Black with #3C1F49

Text Example


Text Example

White with #3C1F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,31,73); }

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

background-color css

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

 a { background-color: rgb(60,31,73); }

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

border-color css

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

 span { border-color: rgb(60,31,73); }

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