Html Css Color HEX #3C2B47 Jagger

📋 copy color: '#3C2B47'

red 60 ◦ green 43 ◦ blue 71

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

Shades of Jagger #3C2B47

Tints of Jagger #3C2B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.71%

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

R = 34.48%
G = 24.71%
B = 40.8%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C2B47 (or 0x3C2B47) is known color: Jagger. HEX triplet: 3C, 2B and 47. RGB value is (60,43,71). Sum of RGB (Red+Green+Blue) = 60+43+71=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C2B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2B47 is #C3D4B8. Grayscale: #333333. Windows color (decimal): -12833977 or 4664124. OLE color: 4664124.

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

Color convert

RGB 60 43 71 -
CMYK 0.15 0.39 0 0.72
HSL 276.43º 0.25% 0.22% -
HSV(B) 276.43º 0.39% 0.28% -
XYZ 3.86 3.14 6.36 -
YUV 51.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 60 43 71 0.15 0.39 0 0.72 276.43 0.25 0.22
Hex 3C 2B 47 F 27 0 48 114 19 16
Octal 74 53 107 17 47 0 110 424 31 26
Binary 111100 101011 1000111 1111 100111 0 1001000 100010100 11001 10110

Color Harmonies of #3C2B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2B47

Black with #3C2B47

Text Example


Text Example

White with #3C2B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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