Html Css Color HEX #3C2947 Jagger

📋 copy color: '#3C2947'

red 60 ◦ green 41 ◦ blue 71

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

Shades of Jagger #3C2947

Tints of Jagger #3C2947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

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

R = 34.88%
G = 23.84%
B = 41.28%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C2947 (or 0x3C2947) is known color: Jagger. HEX triplet: 3C, 29 and 47. RGB value is (60,41,71). Sum of RGB (Red+Green+Blue) = 60+41+71=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C2947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2947 is #C3D6B8. Grayscale: #323232. Windows color (decimal): -12834489 or 4663612. OLE color: 4663612.

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

Color convert

RGB 60 41 71 -
CMYK 0.15 0.42 0 0.72
HSL 278º 0.27% 0.22% -
HSV(B) 278º 0.42% 0.28% -
XYZ 3.79 3 6.34 -
YUV 50.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 60 41 71 0.15 0.42 0 0.72 278 0.27 0.22
Hex 3C 29 47 F 2A 0 48 116 1B 16
Octal 74 51 107 17 52 0 110 426 33 26
Binary 111100 101001 1000111 1111 101010 0 1001000 100010110 11011 10110

Color Harmonies of #3C2947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2947

Black with #3C2947

Text Example


Text Example

White with #3C2947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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