Html Css Color HEX #3C2C47 Jagger

📋 copy color: '#3C2C47'

red 60 ◦ green 44 ◦ blue 71

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

Shades of Jagger #3C2C47

Tints of Jagger #3C2C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 34.29%
G = 25.14%
B = 40.57%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C2C47 (or 0x3C2C47) is known color: Jagger. HEX triplet: 3C, 2C and 47. RGB value is (60,44,71). Sum of RGB (Red+Green+Blue) = 60+44+71=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C2C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C47 is #C3D3B8. Grayscale: #333333. Windows color (decimal): -12833721 or 4664380. OLE color: 4664380.

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

Color convert

RGB 60 44 71 -
CMYK 0.15 0.38 0 0.72
HSL 275.56º 0.23% 0.23% -
HSV(B) 275.56º 0.38% 0.28% -
XYZ 3.9 3.22 6.38 -
YUV 51.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 60 44 71 0.15 0.38 0 0.72 275.56 0.23 0.23
Hex 3C 2C 47 F 26 0 48 114 17 17
Octal 74 54 107 17 46 0 110 424 27 27
Binary 111100 101100 1000111 1111 100110 0 1001000 100010100 10111 10111

Color Harmonies of #3C2C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C47

Black with #3C2C47

Text Example


Text Example

White with #3C2C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,44,71); }

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

background-color css

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

 a { background-color: rgb(60,44,71); }

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

border-color css

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

 span { border-color: rgb(60,44,71); }

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